* {
	margin: 0;
	padding: 0;
}
body { background: #000000 url(body_bg.gif); }
body,
h1,
h2 {
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	font: 12px/1.5;
	color: #555555;
	text-align: left;
}
img {
	float:left;
	border: none;
}
a {
	text-decoration: none;
	color: #FFFFCC;
}
ul,
li { list-style: none; }
.clear { clear:both; }
.wrapper {
	width: 820px;
	margin: 0 auto;
}
.banner {
	width: 820px;
	height: 180px;
	background: url(top.jpg) no-repeat;
}
.banner ul {
	width: 300px;
	height: 170px;
	margin-left: 15px;
}
.banner ul li {
	width: 150px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	border: 1px dashed #666666;
	margin-top: 2px;
	background: #C0B28F;
}
.banner ul li.active a {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.top {
	width: 100%;
	height: 200px;
}
.main {
	float: left;
	width: 100%;
}
.main_left {
	float: left;
	width: 180px;
}
.main_left ul li {
	float: left;
	width: 180px;
	height: 50px;
	margin-bottom: 5px;
}
.main_right {
	float: right;
	width: 630px;
	background: #C0B28F;
}
.what_content {
	width: 600px;
	margin: 10px;
	padding: 5px;
	border: 1px dashed #333333;
	font-size: 12px;
}
.what_content p {
	text-align: left;
	color: #333333;
	font-size: 12px;
	text-indent: 2em;
}
.what_content span {
	text-align: left;
	color: #333333;
	font-size: 12px;
}
.what_content strong {
	color: #990033;
	font-weight: bold;
}
