@charset "utf-8";
body{
	background:url(../images/bg_body.jpg) #8a2658 repeat-x;
	text-align:center;
}
#container{
	width:1006px;
	margin:auto;
	height:auto;
}
#header{
	width:1006px;
	height:116px;
	float:left;
	background:url(../images/bg_header.png) no-repeat;
	position:relative;
}
#header #logo{
	position:absolute;
	left:-30px;
}
#header #hdr_hope{
	position:absolute;
	right:30px;
	top:10px;
}
#content{
	width:982px;
	height:auto;
	float:left;
	background:url(../images/bg_content_repeat.png) repeat-y;
	padding:0 12px;
	text-align:left;
}
#content #banner{
	width:982px;
	height:44px;
	background:url(../images/bg_banner.jpg) no-repeat;
	padding:214px 0 0 0;
	margin-bottom:20px;
	text-align:center;
}
#content #banner #navMain{
	width:982px;
	height:52px;
	padding:0 0 0 0px;
	background:url(../images/bg_banner_btm_home.gif) no-repeat 0 40px;
}
#content #banner #navMain ul{
	
}
#content #banner #navMain ul li{
	float:left;
}
#content #banner #navMain ul li a{
	display:block;
	width:173px;
	height:46px;
	color:#000;
	padding:6px 0 0;
	font-family:"Comic Sans MS", Arial, sans;
	font-size:16px;
	background:url(../images/bg_navMain_long.png) no-repeat bottom;
}
#content #banner #navMain ul li a:hover, #content #banner #navMain ul li .main_on{
	background:url(../images/bg_navMain_long.png) no-repeat top;
}
#content #banner #navMain ul li #a1{
	margin:0 24px 0 23px;
}
#content #banner #navMain ul #l2 a{
	width:144px;
	padding:15px 0 0 0;
	height:37px;
	background:url(../images/bg_navMain_short.png) no-repeat bottom;
	margin-right:24px;
}
#content #banner #navMain ul #l2 a:hover, #content #banner #navMain ul #l2 .main2_on{
	background:url(../images/bg_navMain_short.png) no-repeat top;
}
#content #banner #navMain ul li #a3{
	padding:15px 0 0 0;
	height:37px;
	margin-right:27px;
}
#content #banner #navMain ul li #a4{
	padding:15px 0 0 0;
	height:37px;
	margin-right:21px;
}


