@charset "utf-8";
/* CSS Document */

/*---------------全站配置-----------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background-image: url(bg/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#all{
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 10px;
}
.cl{
clear:both;
}
/*---------------------------顶部部分------------------------------------*/

#top_link{
	margin-top: 60px;
	margin-left: 700px;
	height: 20px;
	color: #969696;
}
#top_link a{
	color: #969696;
}

#top_menu{
	margin-top: 30px;
	color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-weight: bold;
	height: 32px;
}
#top_menu ul{
	margin: 0px;
	padding: 0px;
}
#top_menu ul li{
	padding: 0px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
}
#top_menu ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#top_menu ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*---------------------------主体部分------------------------------------*/
#box{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*------left-------*/
#box_left{
	width: 685px;
	float: left;
}

/*------right-------*/
#box_right{
	width: 255px;
	float: left;
	margin-left: 5px;
}





/*---------------------------版权部分------------------------------------*/
#bottom{
	margin-top: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC9900;
	background-image: url(bg/bbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#bottom_menu{
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#bottom_menu ul{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
#bottom_menu ul li{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
#bottom_menu ul li a{
	color: #000000;
	text-decoration: none;
}
#bottom_menu ul li a:hover{
	text-decoration: underline;
}

#copyright{
	line-height: 30px;
	text-align: center;
}
#copyright a{
	color: #000000;
	text-decoration: none;	
}