
body {
	background:#000000;
	margin-top:40px;
	line-height:20px;
	font-family:Arial;
	line-height:20px;
	font-size:12px;
	color:#282828;
	margin-bottom:30px;
}

.container {
	background-image: url(../images/back.jpg);
	width:700px;
	margin:auto;
	display: block;
	margin-top:35px;
	border-bottom:thin solid #9b9a2e;
}

.content {
	margin-top:10px;
	margin-bottom:20px;
}

div.nav {
	line-height:20px;
	font-size:12px;
	color:#999999;
	width:750px;
	text-align:center;
	vertical-align:middle;
}

.nav ul {
	margin-left: -30px;
}

.nav ul li{
	float:left;
	list-style: none;
	background-image: url(../images/tab.gif);
	width:135px;
	height:26px;
}

.nav ul li.active{
	float:left;
	list-style: none;
	background-image: url(../images/active_tab.gif);
	color:#000000;
	width:135px;
	height:26px;
}
.banner {
	color:#9b9a2e;
	font-size:30px;
	width:700px;
	margin:auto;
	line-height:40px;
}

.banner a {
	color:#999999;
	text-decoration:none;
}

.banner a:hover {
	color:#ffffff;
	border-bottom:1px dotted #9b9a2e;
}
.banner a img{
	border:none;
	text-decoration:none;
}



.left {
	float:left;
	margin-left:10px;
	width:445px;
}

.right {
	margin-left:462px;
	text-align:right;
}


.title {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.separator {
	border-bottom:1px dotted #F1A50F;
	margin-top:10px;
	margin-bottom:15px;
}

a {
	color:#859b2e;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	border-bottom:1px dotted #9b9a2e;
}

.foottext {
	width:700px;
	margin:auto;
	text-align:right;
	color:#ffffff;
	line-height:30px;
	padding-right:10px;
}


