@charset "utf-8";
/* CSS Document */
#body{
	width:1003px;
	text-align:center;
	margin:auto;
}
#header,#among,#footer{
	width:945px;
	margin:auto;
}
#among{
	margin:28px auto 18px auto;
	background:url(../images/dbg.jpg);
	text-align:center;
}
#footer{
	text-align:center;
	background:url(../images/dbg.jpg);
	padding:12px 0 11px 0;
}
#nav{
	background:url(../images/nav_bg.jpg);
	height:27px;
}
#nav ul,#nav ul li{
	list-style:none;
}
#nav ul li{
	float:left;
	background:url(../images/arrow.jpg) no-repeat 33px 11px;
	padding:3px 44px 0 43px;
}
#nav ul li a{
	color:#F9E166;
}
#nav ul li a:hover{
	color:red;
}
.div div{
	text-align:right;
}
#sidebar{
	float:left;
	width:200px;
}
#right{
	float:left;
	width:700px;
}
#location{
	width:913px;
	margin:16px auto 0 auto;
	background-color: #1F1F1F;
	background-image: url(../images/dotle.jpg);
	background-repeat: no-repeat;
	background-position:16px 12px;
	padding:3px 0 0 26px;
}
#location,#location a{
	font-weight:bold;
	color:#FCF379;
}
#content{
	width:905px;
	margin:9px auto 9px auto;
	min-height:330px!important;
	height:auto!important;
	height:330px;
}