/* CSS Document */
body {
	margin:0 auto;
	padding:0 auto;
	background-color:#F09507;
	text-align:center;
}
a {
	text-decoration: none;
	font-size:12px;
	color:#000000;
}
a:link {
	color:#000000;
}
a:hover{
	text-decoration: none;
	color: #CC6600;
}
a:visted{
	text-decoration: none;
	color: #000000;
}
#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align:left;
	clear:both;
}
#banner {
	width:860px;
	height:156px;
	float:left;
}
#menu {
	width:860px;
	height:25px;
	background:url(../pic/menu_bg.jpg) left top no-repeat;
	margin-top:1px;
	font-size:14px;
	float:right;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bolder;
}

#menu a {
	float:left;
	text-align:center;
	text-decoration: none;
	width:66px;
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	height:20px;
	font-weight:bolder;
}
#menu .active a, #menu a:hover {
	color:#F8E000;
}
#content {
	width:860px;
	height:500px;
	background-color:#FFF1D6;
	float:left;
}

#bottom {
	width:860px;
	height:14px;
	float:left;
	background:url(../pic/kjfzg_bottom.jpg) left top no-repeat;
	overflow:hidden;
	clear:both;
	text-align:center;
}
#foot {
	width:860px;
	height:30px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	line-height:20px;
}

