@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
body {
	background-color: #04486b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/top.gif);
	background-repeat:repeat-x;
}
h1{
	font-size:18px;
	margin-bottom:20px;
}
h2{
	font-size:20px;
	margin-bottom:0px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}	

#main{

	width:949px;
	margin:0px auto;
	
}

#top{
	height:214px;
	width:949px;
	background-image:url(../img/top_baner.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size:14px;
	padding-top:10px;
}


#content{

	line-height:18px;
	padding-top:0px;


}

#footer{
	height:50px;
	width:919px;
	border-top:4px #fff solid;
}

#left_content{
	width:409px;
	float:left;
	
}
#right_content{
	width:449px;
	padding-left:50px;
	float:left;
	padding-top:20px;
}
.cleaner{
	clear:both;
}
.contact{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	border:1px solid #033C5A;
	background-color:#27779F;
	padding:2px;
}