@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/bg.jpg) repeat-x #5a6670;
	margin:0px;
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.main {
	margin:auto;
	width:914px;
}
h1 {
	color:#992711;
	font-size:22px;
}
h2 {
	color:#992711;
	font-size:16px;
}
h3 {
	color:#992711;
	font-size:14px;
}
h4 {
}
a {
	color:#007bbf;
}
a:hover {
	color:#666666;
}
.head {
	float:left;
	width:840px;
	height:312px;
	font-size:30px;
	text-align:right;
	padding:42px 75px 0px 0px;
	background:url(../img/head.png);
	color:#992711;
	font-weight:bold;
}
.counter {
	float:right;
	width:50px;
	font-size:30px;
	text-align:right;
	color:#992711;
	font-weight:bold;
}
.content {
	float:left;
	width:896px;
	background:url(../img/c_bg.png) repeat-y;
	padding:0px 9px 0px 9px;
}
.bottom {
	float:left;
	width:914px;
	background:url(../img/c_bottom.png) repeat-y;
	height:15px;
}
.left {
	float:left;
	width:187px;
}
.menu {
	margin-top:-20px;
	float:left;
	background:url(../img/leftmenu_bg.gif) repeat-x bottom #eaeff6;
	width:182px;
	margin-left:5px;
	margin-bottom:25px;
}
.menu a {
	display:block;
	float:left;
	width:162px;
	font-size:13px;
	padding:10px;
	border-bottom:#cbd4de solid 1px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
.menu a:hover {
	display:block;
	float:left;
	width:162px;
	font-size:13px;
	padding:10px;
	background-color:#cbd4de;
	border-bottom:#cbd4de solid 1px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.menu a.current {
	display:block;
	float:left;
	width:162px;
	font-size:13px;
	padding:10px;
	background-color:#cbd4de;
	border-bottom:#cbd4de solid 1px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.leftbox {
	width:170px;
	margin-left:12px;
	margin-bottom:25px;
}
.leftbox a img {
	border:none;
	margin-bottom:10px;
	border:solid 1px #ffffff;
}
.leftbox a img:hover {
	border:solid 1px #CCCCCC;
}
.right {
	margin-top:-30px;
	float:left;
	width:145px;
	font-size:11px;
	padding-right:15px;
}
.center {
	float:left;
	width:505px;
	padding:0px 20px 0px 20px;
}
.footer {
	float:left;
	width:914px;
	background:url(../img/c_bg.png) repeat-y;
}
.footer_c {
	float:left;
	width:856px;
	margin:0px 29px 0px 29px;
	border-top:#a4bcd8 solid 4px;
	font-size:11px;
	padding:10px 0px 5px 0px;
	color:#999999;
}
.deadline span {
	color:#992711;
	font-size:11px;
	font-weight:bold;
}
.deadline p {
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:13px;
}

