* {
	padding:0; 
	margin:0;
}
html, body {
	margin:0;
	padding:0;
	background-color:#f8f8f8;
	text-align:Center;
}
a{
	outline:none;
	text-decoration:none;
	color:#ac0e0f;
}
a:hover{
	outline:none;
	text-decoration:underline;
	color:#AC0E0F;
}



img{  
	border-style: none;
}
#wrapper{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1001px;
	background-color:#ffffff;
	display:inline-table;
	background-image:url('../images/wrapperbg.gif');
}
#left_shadow{
	float:left;	
	width:21px;
	background-image:url('../images/shadow_left.jpg');
	background-repeat:no-repeat;
	height:797px;
	background-color:#f8f8f8;
}
#middle{
	float:left;
	width:905px;
	padding-left:27px;
	padding-right:27px;
	background-color:#ffffff;
}
#right_shadow{
	float:left;	
	width:21px;
	background-image:url('../images/shadow_right.jpg');
	background-repeat:no-repeat;
	height:797px;
	background-color:#f8f8f8;
}
#header {
	
	height:77px;
	width:905px;
	
}

#banner{
	width:905px;
	height:242px;
}
#menu{
	margin-top:40px;
	padding-left:18px;
	width:198px;
	height:478px;
	float:left;
}
#content{
	float:left;
	background-color:#fefdfe;
	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-x;
	width:905px;
}
#body {
	display: inline-block; 
	overflow: hidden; 
	float:left;
	width:661px;
	margin-top:40px;
	font-size:12px;
	line-height:160%;
} 
#body{ 
	display: block; 
}
#footer {
	clear:both;
	width:959px;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position:27px 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	color:#969696;
	text-align:left;
	font-size:12px;
	height:209px;
}
#footerinner{
	margin-left:27px;
	padding-top:60px;
	
}
