body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FE4D0C;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.left {
	text-align: left;
	padding: 5px;
	margin: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	padding: 5px;
	margin: 0px;
}
.stat {
	text-align: center;
	font-size: 9px;
	padding: 5px;
	margin: 0px;
}
#container {
	text-align: left;
	width:800px;
	height:670px;
	margin-top:-335px;
	margin-left:-400px;
	top:50%;
	left:50%;
	position:absolute;
}
#header {
	padding: 5px;
	margin: 0px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100px;
	background-image: url(../images/template/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: right;
}
#menu {
	padding: 0px;
	margin: 0px;
	height: 50px;
	text-decoration: none;
}
.menu {
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 38px;
	background-color: #2D2D2D;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.menu a {
	display:block;
	float:left;
	width:79px;
	padding: 0px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	margin: 0px;
	height: 43px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.menu a:hover {
	color:#FE4D0C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FE4D0C;
	font-weight: bold;
	text-decoration: none;
}
.menu a.select {
	color:#FE4D0C;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FE4D0C;
	font-weight: bold;
	text-decoration: none;
}
.manu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	padding: 0px;
	margin: 0px;
	height: 510px;
}
#main h1, h2, h3, h4, /*h5,*/ h6 {
	padding: 0px;
	margin: 4px;
	color: #FE4D0C;
}

.mainA {
	/*overflow: auto;*/
	line-height: 25px;
	padding: 5px;
	margin: 0px;
	float: left;
	width: 334px;
	height: 500px;
	background-color: #111111;
}
.mainA p {
	padding: 5px;
	margin: 0px;
}
.mainB {
	/*overflow: auto;*/
	padding: 5px;
	margin: 0px;
	float: right;
	width: 441px;
	height: 500px;
	background-color: #111111;
}
.mainC {
	line-height: 25px;
	/*overflow: auto;*/
	padding: 5px;
	margin: 0px;
	float: right;
	width: 334px;
	height: 500px;
	background-color: #111111;
}
.mainD {
	/*overflow: auto;*/
	padding: 5px;
	margin: 0px;
	float: left;
	width: 441px;
	height: 500px;
	background-color: #111111;
}
.mainE {
	padding: 5px;
	margin: 0px;
	float: left;
	width: 790px;
	height: 500px;
	background-color: #111111;
}
#footer {
	padding: 0px;
	margin: 10px 0px 0px;
	height: 40px;
	text-decoration: none;
}
