* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:80px;
}
a, h1, h2, h3 {
	color:#002a8f;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
#wrapper {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #ccc;
	border-top:none;
}
#header {
	height:115px;
	overflow:hidden;
	background:url(web_images/header_bg.png) repeat-y;
}
#header h1 {
	font-size:24px;
	margin:30px 0 0 0;
	padding:0 0 0 30px;
	background:url(web_images/logo.gif) 10px 7px no-repeat;
}
#header p {
	color:#ff6600;
	margin:0 0 0 30px;
}

#header .bannbox {
        left: 9120px;
	position: absolute;
}

#topmenu {
}
#topmenu ul {
	height:28px;
	overflow:hidden;
	background:#002a8f;
	border-bottom:3px solid #FF0000;
	padding-left:20px;
}
#topmenu ul li {
	float:left;
	margin-right:2px;
}
#topmenu ul li a {
	color:#fff;
	padding: 5px 20px 7px 20px;
	display:block;
	font-size:13px;
}
#topmenu ul li a:hover, #topmenu .first {
	background:#2175d9;
}
#content {
}
#leftbox {
	float:left;
	width:180px;
	margin:20px 0 0 20px;
	display:inline;
}
#leftbox h2 {
	font-size:14px;
	margin-bottom:14px;
}
#leftbox p {
	margin-bottom:20px;
}
#leftbox input {
	border:1px solid #ccc;
	margin-bottom:4px;
	width:95%;
}
#leftbox li {
	border-bottom:1px dashed #ccc;
	padding:3px 0 3px 0;
}
#leftbox li a {
	display:block;
	color:#2175d9;
}
#leftbox li a:hover {
	color:#002a8f;
}
#leftbox .bannbox {
	text-align:center;
	margin:20px 0 20px 0;
}
#rightbox {
	float:left;
	width:660px;
	margin:20px 0 0 20px;
}
#rightbox h2{
	font-size:16px;
	margin-bottom:18px;
}
#rightbox p{
	line-height:20px;
	margin-bottom:20px;
}
#rightbox .post{
	margin-bottom:20px;
	background:url(web_images/listbg.png) no-repeat;
	padding:12px 12px 12px 12px;
	min-height:156px;
}
* html #rightbox .post{
	height:156px;
}
#rightbox .post h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}
#rightbox .post p{
	padding-left:20px;
}
#rightbox .post .logo{
	color:#FF6600;
	font-style:italic;
}
#rightbox .post .logo a{
	color:#FF6600;
}
#rightbox .banner{
	text-align:center;
	padding:10px;
	background:#eef1fb;
	height:60px!important;
	min-height:60px!important;
	overflow:hidden;
	border:1px solid #cedbff;
}
#footer{
	margin-top:50px;
	background:#2175d9;
		clear:both;
		color:#fff;
		text-align:center;
		height:60px;
		overflow:hidden;

}
#footer p{
	padding-top:20px;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}

