@charset "gb2312";
/* CSS Document */
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
body {
	background-color: #fff;
	font-family: "微软雅黑";
}
/*字体设置*/
.font_w17 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.font_w15 {
	font-size: 15px;
	color: #734464;
}
.font_w13 {
	font-size: 13px;
	color: #333;
}
.font_c9_w15 {
	font-size: 15px;
	color: #999;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
/*banner区域*/
#banner {
	width: 1000px;
	height: 120px;
	background: url(banner_bg.jpg) no-repeat;
	position: relative;
}
#banner img {
	position: absolute;
	top: 20px;
	left: 15px;
}
/*主导航区域*/
#nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(nav_bg.gif) repeat-x;
	padding-left: 10px;
	margin-bottom: 10px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
}
#nav a:hover {
	background-color: #a40008;
}
/*当前位置*/
.position {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}
.position a.font_w15:link, .position a.font_w15:visited {
	color: #000;
}
.position a.font_w15:hover, .position a.font_w15:active {
	color: #f00;
}
/*文章正文*/
#main {
	width: 100%;
 *width:80%;
	min-height: 400px;
	height: auto !important;
	padding: 40px 100px;
}
#main a.font_w13:link, #main a.font_w13:visited, #main a.font_w15:link, #main a.font_w15:link {
	color: #333;
}
#main a.font_w13:hover, #main a.font_w13:active, #main a.font_w15:hover, #main a.font_w15:active {
	color: #f00;
}
/*底部区域*/
#footing {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: url(nav_bg.gif) repeat-x;
}
#footing .font_w13 {
	text-align: center;
	line-height: 40px;
 *line-height:20px;
	color: #fff;
}
