@CHARSET "UTF-8";

body {
	background-color: #FFF;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: #707070;
}

.page {
	position: relative;
	top: 60px;
	width: 1000px;
	height: 470px;
	padding: 0px;
	background: url(../images/bg.png) 0px 0px no-repeat;
	margin:0 auto;
}

.page .content {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 26px;
	margin-left: 20px;
	width: 943px;
	height: 407px;
}

.page .content .logo {
	position: relative;
	width: 270px;
	height: 70px;
	background: url(../images/logo.png) top left no-repeat;
}

.page .content .menu {
	position: absolute;
	top: 80px;
	left: 96px;
	line-height: 25px;
}

.page .content .menu.sub {
	position: absolute;
	top: 100px;
	left: 234px;
	line-height: 25px;
}

.page .content .menu.sub.bg {
	position: absolute;
	top: 100px;
	left: 234px;
	height: 25px;
	width: 460px;
	background-color: #fff;
	opacity: 0.8;
}

.page .content .menu a {
	color: #707070;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}

.page .content .menu a.current {
	color: #F2B854;
}

.page .content .menu a:hover {
	color: #F2B854;
}

.page .content .value {
	position: absolute;
	line-height: 12pt;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 130px;
	left: 234px;
	height: 260px;
	overflow-y: auto;
	width: 440px;
}


.page .content .value a {
	color: #F2B854;
	text-decoration: none;
}

.page .content .valuebg {
	position: absolute;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 130px;
	left: 234px;
	height: 260px;
	width: 440px;
	background-color: #fff;
	opacity: 0.8;
}

.page #footer {
	position: absolute;
	right: 40px;
	bottom: 10px;
}

.page #footer #poweredby img {
	vertical-align: middle;
}
