/* CSS Document */
body{
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	background-color:#981211;
	text-align:center;
}
.mainbody{
	width:960px;
	margin-top:35px;
}
.section1{
	height:85px;
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;
}
.section1_1{
	float:left;
	width:264px;
	height:85px;
	background-image:url(images/top_bg1.jpg);
	background-repeat:repeat-x;
}
.section1_2{
	float:left;
	width:432px;
	height:85px;
	background-image:url(images/top_logo.jpg);
	background-repeat:no-repeat;
}
.section1_3{
	float:left;
	width:264px;
	height:85px;
	background-image:url(images/top_bg2.jpg);
	background-repeat:repeat-x;
}
.section2{
	height:263px;
	background-image:url(images/banner1.jpg);
}
.logo_left{
	background-image:url(images/logo_left.png);
	width:114px;
	height:98px;
	float:left;
	margin-top:-300px;
	margin-left:15px;
	z-index:999;
	position:absolute;
}
.logo_bar{
	background-image:url(images/logo_bar.png);
	width:193px;
	height:65px;
	float:left;
	z-index:999;
	position:absolute;
	margin-top:-35px;
	margin-left:767px;
}
.section3{
	background-image:url(images/bar_bottom_banner.png);
	background-repeat:no-repeat;
	width:960px;
	height:42px;
	margin-top:-12px;
	z-index:999;
	position:absolute;
}
.section4{
	height:219px;
	margin-top:30px;
}
.section4_1{
	background-image:url(images/border_left.png);
	width:12px;
	height:219px;
	float:left;
}
.section4_2{
	height:219px;
	width:936px;
	float:left;
	background-image:url(images/section3_bg.png);
	background-repeat:repeat-x;
	
}
.section4_3{
	background-image:url(images/border_right.png);
	width:12px;
	height:219px;
	float:left;
}
.readmore{
	color:#FF0000;
	text-decoration:none;
}
.readmore:hover{
	color:#F60;
	text-decoration:none;
}
