html, body
{
	background-color:#252525;
	/*height: 100%;*/
}

/*positioning & backgrounds*/

#center
{
	margin-top:0px;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;
}

#header 
{
	position: relative;
	height: 168px;
	background-color: #D8D8D8;
	background-image: url('../images/bg_header.jpg');
}

#leftside 
{
	padding-left:20px;
	padding-right:8px;
	padding-top:10px;
	position: relative;
	min-height: 450px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	border-left: 8px solid #E7E7E7;
}

#content
{
	width: 700px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -84px;

}

#push {
	height: 84px;
}

#rightside 
{
	position: absolute;
	top:0px;
	left: 729px;
	width: 197px;
	background-color: #121212;
	border: 0px;
	padding: 0px;
	text-align:left;
	min-height: 350px;
	background-image: url('../images/leftborder.jpg');
	background-repeat: repeat-y;
}

#footer
{
	position: relative;
	height: 87px;
	/*padding-top:40px;*/
	padding-top: 12px;
	text-align: center;
	background-color: #323336;
	font-size: 9pt;
	color: white;
	background-image: url('../images/footer.jpg');
}
#footer a, #footer a:visited
{
	color: #CCCCCC;
}
#footer a:hover
{
	color: white;
}


#menu
{
	position: relative;
	height: 33px;	
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	background-color: #222222;
}

img
{
	border: 0px;
}

/*#search
{
	font-size: 8pt;
	padding: 7px;
	position: absolute;
	top: 0px;
	left: 820px;
	width: 200px;
	height: 300px;
	text-align: right;
	z-index:0;
}*/

#search
{
	padding: 10px;
	position: absolute;
	top:102px;
	left: 737px;
	width: 177px;
	border: 0px;
	text-align: right;
	background-image:url('../images/search.png');
}

#shadow
{
	background-image:url('../images/shadow.png');
	background-position:top center;
	background-repeat:repeat-y;
}
