html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 160%;
	color: #d8d7d2;
	
	font-family: "verdana", serif;
	text-align:center;

	background: #8a8c98 url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}


 #outer {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 6px 0px 6px;
	 width:947px;
	 margin: auto;
	
	 background: #8a8c98 url(../images/outerbg.gif);
	 background-repeat: repeat-y;
	 background-position: top center;
	 

 }

 
 

		 





#left{
	 float: left;
	 width: 210px;
	 padding: 0 0px 0 0;
	 margin: 0 0px 0  0;
	 background: fff;
	 color: #828282;
	
}






#center{
	width: 567px;
	background-color: transparent;
	float: left;
	padding: 0 1px 0 2px;
}

#center #content{

	margin: 0 15px 0 15px;
	color: #777777;
}



#right{
	 float: left;
	 width: 167px;
	 padding: 0;
	 margin: 0 0 0 0;
	
}


 #footer {
	
	height: 53px;
	color: #323232;
	
	background: #8a8c98 url(../images/footerbg.gif);
	background-repeat: no-repeat;
	
}

