﻿body {
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

a {
	color: #366698;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #334869;
	text-decoration: none;
	font-size: 12px;
}

#header {
	background: url("../images/img-header.png") no-repeat;
	width: 900px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#header .top {
	height: 41px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}
#header .bottom {
	position: relative;
	height: 24px;
	float: right;
	text-align: right;
}
#header .slogan {
	position: absolute;
	left: 260px;
	top: 53px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}

#sub-nav {
	background: #333333;
	color: #666666;
	width: 890px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
	line-height: 22px;
}
#sub-nav a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}
#sub-nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	font-size: 12px;
}

#tabnav {
	width: 900px;
	height: 24px;
}
#tabnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px;
}
#tabnav li {
	display: inline;
}
#tabnav a {
	background: url("../images/btn-tab.png") top left;
	height: 24px;
	width: 101px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	margin-right: 5px;
	float: right;
}
#tabnav a:hover, #tabnav .active a {
	background: url("../images/btn-tab.png") bottom left;
	color: #FFFFFF;
}

#top-content {
	width: 900px;
	height: 100px;
	margin: 10px auto 10px auto;
}
#top-content .left {
	width: 100px;
	height: 150px;
	overflow: hidden;
	float: left;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
	margin-right: 12px;
}
#top-content .middle {
	width: 640px;
	height: 150px;
	overflow: hidden;
	float: left;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
}
#top-content .right {
	width: 100px;
	height: 150px;
	overflow: hidden;
	float: right;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
}

#main {
	width: 900px;
	margin: 0 auto 0 auto;
}
#main-left {
	width: 200px;
	float: left;
}
#main-left .title {
	background: #4F4F4F url("../images/img-title[L].png");
	padding-left: 5px;
	width: 195px;
	height: 19px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 0 0;
}
#main-left .content {
	background: #EEEEEE;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px;
	text-align: justify;
}
#main-right {
	width: 680px;
	margin: 0px;
	float: right;
}
#main-right .title {
	background: #4F4F4F url("../images/img-title[R].png");
	padding-left: 5px;
	width: 675px;
	height: 19px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
}
#main-right .content {
	background: #EEEEEE;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px;
	text-align: justify;
}

#footer {
	background: #333333;
	width: 900px;
	height: 24px;
	margin: 10px auto 0 auto;
	line-height: 22px;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	font-size: 12px;
}
#footer .left {
	color: #CCCCCC;
	font-size: 12px;
	float: left;
	padding-left: 10px;
}
#footer .right {
	color: #CCCCCC;
	font-size: 12px;
	float: right;
	padding-right: 10px;
}