@charset "utf-8";

body {
	background: #333 center top url('images/bg-strip.png') repeat;
	color: #fff;
	font: normal 14px/22px Georgia;
}
a { color: #0066CC; }
a img { border: none; }
h1, h2 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#wrapper {
}
.motherBox {
	margin:0 auto;
	width: 1000px;
}
.header {
	z-index: 3;
	position: relative;
}
.main {
	width: 990px;
	padding: 5px;
}
.main .title {
	width: 100%;
	height: 30px;
	padding: 20px 0;
	font-size: 28px;
	position: relative;
}
.main .title span.desc {
	position: absolute;
	right: 0;
	bottom: 2px;
	font-size: 12px;
}
.main ul {
	margin: 10px 0;
}
.main ul li {
	margin-left: 25px;
	list-style: disc;
}
.main ul li ul li {
	list-style: square;
}
.mainBody {
	float: left;
	width: 1000px;
	padding: 10px 0;
}
.ft {
	padding: 5px 0;
	width: 100%;
	font-size: small;
	color: #fff;
	bottom: 0;
	text-align: center;
}
.ft a {
	color: #fff;
}
