* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
}
#header {
	text-align:center;
	height: 134px;
	width: 970px;
	background-image:url(images/top_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#zhong{
	width:970px;
	height:500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#zhong #left {
	width:180px;
	float:left;
	text-align:center;
	margin-right:20px;
}
#bbb {
	background-color:#999999;
	background-repeat: no-repeat;

}

#zhong #right {
	float:right;
	background-color:#666666;
	width:600px;
	height:200px;
}
#nav {
	height: 35px;
	width: 970px;
	font-size: 14px;
	list-style-type: none;
	background-image:url(images/link_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav li {
	float:left;
	margin:10px;
}
#nav li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:90px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	font-weight: bold;
}
#nav li a:hover{
	color:#FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
a{
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	margin-left:10px;
	margin-right:10px;
}
a:hover{
	color:#FFFF00;
	font-weight: bold;
	text-decoration: underline;
	margin-left:10px;
	margin-right:10px;
}
.wbt{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}
.wbe{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
color:#999999;
}
p {
text-indent: 2em;
}
