html {background-color: #999}
body {
	width: 997px;
	margin: 0 auto;
	background: #fff url(../images/bg_banner.gif) repeat-x;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}
a {text-decoration: none}
a:hover {text-decoration: underline}
ul,h1,h2,h3,p {
	list-style: none;
	margin:0;
	padding:0;
}
#banner {
	width: 980px;
	height: 101px;
	padding-top: 10px;
	background: url(../images/banner.gif) no-repeat;
	font-size: 13px;
	color: #333;
	text-align: right
}
#menu {
	width: 997px;
	height: 40px;
	background-color: #555
}
#menu li{
	height: 40px;
	line-height: 37px;
	float: left;
	padding: 0 24px 0 24px;
	border-right: 1px solid #ccc;
}
#menu a{font-size: 13px; font-weight: 600; color: #fff}
#menu_left {
	width: 230px;
	float: left;
	margin-bottom: 15px;
	padding: 20px 40px 20px 33px;
	background: url(../images/bg_menu_left.gif) no-repeat
}
#menu_left h3{
	margin: 20px 0 5px 0;
	text-align: center;
	font-size: 20px;
	color: #666;
}
#menu_left li{
	line-height: 30px;
	line-height: 28px;
	border-bottom: 1px solid #e5e5e5
}
#menu_left a{
	color: #06c
}


#menu_right {
	width: 680px;
	float: left;
	margin-bottom: 15px;
	padding-top: 15px;
}
#intro {
	padding: 0 0 10px 70px;
	margin-bottom: 10px;
	background: url(../images/intro.gif) no-repeat;
	border-bottom: 1px solid #d1d1d2
}
#intro h3{
	padding-bottom: 10px;
	color: #666;
	font-size: 17px
}

.list li{
	line-height: 30px;
	line-height: 28px;
	background: url(../images/bg_list.gif) left center no-repeat;
	padding-left: 15px;
}
.list a{
	color: #06c
}
#list_menu h3{
	padding: 10px 0 10px 0;
	color: #666;
	font-size: 17px
}
#list_menu div {
	width: 340px;
	float: left;
}
#sitemap {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 14px;
	padding-top: 20px;
	background: url(../images/icon-bottom.gif) center center no-repeat
}
#sitemap #tb1{float: left}
#sitemap #tb2{float: right}
#sitemap h3{
	font-size: 12px;
	color: #333
}
#sitemap li{
	line-height: 25px;
	line-height: 23px;
	background: url(../images/bg_list.gif) left center no-repeat;
	padding-left: 15px;
}
#sitemap a{
	color: #06c
}
#footer {
	clear: both;
	padding-bottom: 10px;
	text-align: center
}
#content{
	text-align: justify;
	color: #222;
	line-height: 25px;
}
