@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#fafafa;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#c7c7c7;
	font-size:13px;
	margin-top:0px;
	}

#wrapper {
	width : 972px;
	margin : 0px auto;
	height:auto;
	padding-top:0px;
	margin-top:0px;
	}
		
#page_container {
	float:left;
	height:100%;
	width:972px;
	background-image:url(../img/main_bg_repeat.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	margin-top:0px;
	position:relative;
	}
	
#page_content {
	background-image:url(../img/main_bg.jpg);
	background-repeat:no-repeat;
	position:relative; 
	width:961px;
	float:left;
	height:auto;
	padding:0px 7px 0px 4px;
	}
	
#content_pane {
	width:855px;
	float:left;
	height:auto;
	margin:10px 0px 20px 55px;
	}
	
#header_bottom {
	background-image:url(../img/header_bottom.jpg);
	background-repeat:no-repeat;
	height: 11px;
	width:961px;
	float:left;
	}
	
#footer {
	width:961px;
	height:auto;
	float:left;
	}
	
#footer_top {
	background-image:url(../img/footer_top.jpg);
	background-repeat:no-repeat;
	height: 11px;
	width:961px;
	}
	
#footer_middle {
	width:911px;
	height:auto;
	text-align:right;
	padding:10px 50px 10px 0px;
	font-size:10px;
	}
	
#footer_middle .footer_span {
	padding-left:20px;
	}
	
#footer_middle .footer_span a {
	color:#c7c7c7;
	}
	
#footer_middle .footer_span a:link {
	text-decoration:none;
	}
#footer_middle .footer_span a:visited {
	text-decoration:none;
	}
#footer_middle .footer_span a:hover {
	color:#808183;
	text-decoration:none;
	}
#footer_middle .footer_span a:active {
	text-decoration:none;
	}
	
#footer_bottom {
	background-image:url(../img/footer2.jpg);
	background-repeat:no-repeat;
	height:14px;
	width:962px;
	}