/* CSS Document */
#content,#header,#main,#nav,#banner,#footer{
	width:958px;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#footer{
    height:49px;
    line-height:49px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
	clear:both;
	margin-top:10px;
}

#banner{
	width:958px;
	height:187px;
	overflow:hidden;
}
#nav{
	height:55px;
	text-align:center;
	background:url(../images/nav.jpg) no-repeat;
	color:#fff;
	text-align:left;
	line-height:36px;
	width:928px;
	overflow:hidden;
	padding:1px 0 0 30px;
}
#nav li{
	float:left;
	display:block;
	background:url(../images/nav_li.jpg) no-repeat right;
	line-height:36px;
	height:36px;
	width:100px;
	text-align:center;
}
#nav li a{
	color:#fff;
	text-align:center;
	display:block;
	line-height:36px;
	font-weight:bold;
}
#nav li a:hover{
	background:url(../images/nav_over.jpg) no-repeat 9px center;
	color:#fff000;
	text-align:center;
	display:block;
	line-height:36px;
	font-weight:bold;
	text-decoration:none;
}
#main{
	background:#fff;
	overflow:hidden;
	padding-top:8px;
}
#left{
	float:left;
	width:220px;
	overflow:hidden;
	background:url(../images/left_t.jpg) no-repeat left top;
	padding-top:39px;
}
.left_c{
	border:1px solid #a6e3fb;
	background:#ecfcff;
	width:218px;
	overflow:hidden;
}
.left_c .li{
	width:203px;
	height:22px;
	line-height:22px;
	margin:5px 0 5px 7px;
}
.left_c .li a{
	background:url(../images/icon.jpg) no-repeat 12px center;
	width:203px;
	height:22px;
	line-height:22px;
	padding-left:20px;
	margin:5px 0px;
	color:#065f81;
}
.left_c .li a:hover,.left_c .li1{
	background:url(../images/over.jpg) no-repeat left;
	width:203px;
	height:22px;
	line-height:22px;
	display:block;
	text-decoration:none;
	color:#fff;
}
.left_c .li1{
	margin-left:7px;
}
.left_c .li1 a{
	color:#fff;
	display:block;
	padding-left:20px;
}
#right{
	float:right;
	width:720px;
	overflow-x:hidden;
	background:#fff url(../images/right_bg.jpg) no-repeat top;
	min-height:350px;
	_height:350px;
}
#p{
	height:55px;
	line-height:55px;
	padding-left:60px;
	color:#0a5a88;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
#p a{
	color:#0a5a88;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
#right_c{
	padding:20px;
	text-align:justify;
	text-justify:inter-ideograph;
}


