@charset "utf-8";
/* CSS Document */
#header,#among,#footer{
	width:1003px;
	margin:auto;
}
#header{
	background-color: #FFFFFF;
	background-image: url(../images/tbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:0 0 1px 0;
}
#among{
	margin:4px auto 12px auto;
	background-color: #F0F0F0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#footer{
	background-color: #FCFDFE;
	background-image: url(../images/dbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav{
	text-align:center;
	padding:11px 0 9px 0!important;
	padding:5px 0 10px 0;
	color:#B0B0B0;
}
#nav a{
	font-size:13px;
	font-weight:bold;
	color:#002B4E;
}
#nav a:hover{
	color:#FF0000;
}
.div div{
	text-align:right;
}
#sidebar{
	float:left;
	width:292px;
	margin:2px 14px 0 12px;
	*display:inline;
	text-align:center;
}
#r_sidebar{
	float:left;
	width:681px;
	background:url(../images/bg1.jpg) repeat-x top;
	min-height:300px!important;
	height:auto!important;
	height:300px;
	margin:2px 0 0 0;
	text-align:center;
}
#list{
	width:261px!important;
	width:275px;
	margin:auto;
	background:url(../images/arrow.gif) no-repeat 4px 9px;
	border-bottom:1px solid #B8C8DF;
	padding:1px 0 0 14px;
}
#list a{
	font-size:11px;
}
#location{
	padding:1px 0 0 18px;
	background:url(../images/arrow.gif) no-repeat 8px 9px;
	font-size:13px;
	font-weight:bold;
}
#location span{
	font-family:"宋体";
}
#location,#location a{
	color:#4870A4;
}
#location a:hover{
	color:red
}
#content{
	width:660px;
	margin:9px auto 9px auto;
}