.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.left {float: left;}
.right {float: right;}

body{
	background: url(images/bg.jpg) no-repeat top;
	background-color: #001d48;
}

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 369px;
	background: url(images/header_bg.jpg) no-repeat top;
}
#logo{
	width: 490px;
	height: 124px;
	float: left;
}
#logo a{
	border: none;
	text-decoration: none;
	outline: none;
}
#six_plus{
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
#wrapper{
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
#content{
	background: url(images/content_bg.jpg) repeat-y;		
}
.left_content{
	float: left;
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
.left_content p{
	font-family: arial;
	font-size: 12px;
	color: #002958;
	line-height: 16px;
	font-weight: bold;
}
.left_content h3{
	margin-bottom: 0px;
}
.left_content h3 a{
	border: none;
	text-decoration: none;
	outline: none;
}
.right_content{
	float: left;
	width: 356px;
	padding-right: 10px;	
	padding-left: 14px;
}
.right_content p{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}
.top_shadow{
	background: url(images/top_shadow.jpg) no-repeat top;
	height: 18px;
}
.footer_shadow{
	background: url(images/footer_shadow.jpg) no-repeat top;
	height: 18px;
}
#footer{
	height: 115px;
	background: url(images/footer_bg.jpg) no-repeat top;
	padding: 10px;
}
#footer .left a img{
	margin-left: 15px;
	padding-top: 20px;
}
#footer .right{
	width: 300px;
	text-align: right;
}
#footer p{
	color: #03204c;
	font-family: tahoma;
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	padding-right: 10px;
}
#count p{
	font-size: 72px;
	line-height: 30px;
	color: #FFFFF;
	text-align: center;
}