@charset "utf-8";
/* CSS Document */
#header,#among,#footer{
	width:777px;
	margin:auto;
}
#header{
	background:url(../images/tbg.jpg) repeat-x top;
}
#among{
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 601px;
}
#footer{
	background-color: #F8F8F8;
	background-image: url(../images/dline.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	padding:32px 0 11px 0;
}
#nav{
	height:33px;
	text-align:center;
	padding:5px 0 31px 0;
	background-color: #08488F;
	background-image: url(../images/tt.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav,#nav a{
	color:#FFFFFF;
}
#nav a:hover{
	color:#FF0000;
}
.div div{
	text-align:right;
}
#sidebar{
	float:right;
	width:176px;
}
#left{
	float:left;
	width:535px;
	margin:0 0 0 32px;
	*display:inline
}
#location{
	background:url(../images/dotLine.gif) repeat-x bottom;
	margin:12px 0 0 0;
}
#location span{
	font-family:"宋体";
}
#content{
	margin:9px 0 0 0;
}
#list{
	background:url(../images/sort_bg.jpg);
	padding:0 0 0 30px;
}