@charset "utf-8";

/* CSS Document */

body
{
	margin:0px;
	background:url(../images/background.jpg) no-repeat top center #a3b5b5;
}


.hdr
{
	width:0px;
	height:0px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0px;
}

#wrapper
{
	position:relative;
	left:50%;
	margin-left:-401px;
	width:800px;
	height:auto;
	background:url(../images/bg_slice.jpg) repeat-y;
	margin-bottom:50px;
	padding-top:104px;
}


h2#main_header
{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:76px;
	background:url(../images/main_header.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	margin:0px;
}

/*#search_header
{
	position:relative;
	width:300px;
	height:85px;
	margin:10px 25px 3px 470px;
	color:#dedede;
	font-size:11px;
	text-align:right;
}

#search_header a { color:#dedede; font-size:10px; text-decoration:none; }
#search_header a:hover { text-decoration:underline; color:#fff; }

#search_header form { margin-top:5px; }

#search_header input.submit 
{
	width:13px;
	height:16px;
	background-image:url(../images/search_arrow.jpg);
	background-repeat:no-repeat;
	border:none;
	padding:0px;
	margin:0px 0px -1px 8px;
	text-indent:-9000px;
	overflow:hidden;
}

#search_header input { margin:0px 0px 0px 5px; font-size:11px;}

#search_header h3 { position:relative; bottom:-20px;  font-weight:normal; font-size:13px; }*/


/*******************************SIDEBAR *******************************/





/*******************************FOOTER *******************************/


#footer
{
	position:relative;
	/*clear:both;*/
	/*left:50%;
	margin-left:-400px;
	margin-bottom:50px;*/
	width:800px;
	height:80px;
	background:url(../images/footer.jpg) no-repeat;
	padding:8px 0px 0px 0px; 	
	text-align:left;
	color:#808080;
	line-height:18px;
	text-transform:lowercase;
	font-size:11px;
}

ul#bottom_nav { text-align:left; }
ul#bottom_nav li { display:inline; margin-right:10px; }
ul#bottom_nav li a { color:#758282; font-size:11px; font-weight:normal; text-transform:lowercase; }
ul#bottom_nav li a:hover { text-decoration:none; color:#455454; }

span.sep { margin:0 10px; }

a.pyfo { color:#808080; font-size:11px; font-weight:normal; }
a.pyfo:hover { text-decoration:none; color:#4b4b4b; }

/******************************* END FOOTER *******************************/

.clearfloat { clear:both; }