@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
}
body {
	background:url(../img/bg.gif);
	background-repeat:repeat-x;
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000e6b;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background-color:#48adee;
	text-decoration:none;
}
.main {
	float:left;
	width:951px;
}
.head {
	float:left;
	background-image:url(../img/head.jpg);
	background-repeat:no-repeat;
	height:219px;
	width:951px;
}
.head div {
	float:right;
}
.head div a img {
	border:none;
}
.main_line {
	float:left;
	background-image:url(../img/lang_day_bg.gif);
	height:45px;
	width:951px;
}
.content {
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-x;
	float:left;
	width:951px;
}
.bg_line {
	float:left;
	width:951px;
	background:url(../img/bg2.gif);
	background-position:31px 0px;
	background-repeat:repeat-y;
}
.left {
	float:left;
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	width:199px;
}
.margin {
	float:left;
	width:32px;
	height:40px;
}
.right {
	float:left;
	width:640px;
	padding:30px 50px 30px 30px;
}
.footer {
	background:#acacac;
	float:left;
	height: 25px;
	min-width:951px;
	width: 97%;
	padding:10px 0px 10px 32px;
	color:#FFFFFF;
}
.footer a {
	color:#FFFFFF;
}
.footer a:hover {
	color:#333333;
}
.countdown {
	float:left;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:40px;
	width:40%;
}
.lang {
	float:right;
	color:#FFFFFF;
	text-align:right;
	padding-top:20px;
	padding-right:50px;
	width:40%;
}
.menu_items {
	padding-top:20px;
	float:left;
	width:199px;
}
.menu_item a {
	font-family:"Times New Roman", Times, serif;
	float:left;
	width:159px;
	color:#333333;
	padding-top:13px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:25px;
	border-bottom:#c3d2db solid 1px;
}
.menu_item a:hover {
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 17px;
	background-color:transparent;
	border-bottom:#000e6b solid 1px;
	padding-top:14px;
	padding-bottom:2px;
	color:#000e6b;
}
.two_column {
	width:310px;
	float:left;
	margin-bottom:20px;
}
.padding1 {
	padding-left:20px;
}
.one_column {
	width:640px;
	float:left;
	margin-bottom:20px;
}
.two_column p, .one_column p {
	padding-bottom:13px;
}
h2 {
	float:left;
	width:100%;
	border-bottom:#379cde solid 1px;
	margin-bottom:10px;
}
h2 div {
	float:left;
	border-bottom:#379cde solid 3px;
	color:#000e6b;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
/*deadliens*/

.left_title {
	float:left;
	width:159px;
	padding:25px 20px 15px 20px;
	color:#000e6b;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
.left_news {
	float:left;
	width:159px;
	padding:0px 20px 15px 20px;
}
.left_news span {
	float:left;
	width:159px;
	padding:0px 0px 3px 0px;
	color:#000e6b;
	font-size:11px;
}
.left_news p {
	padding:0px 0px 10px 0px;
}
