@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #03a3f9;
	margin: 0;
	padding: 0;
	color: #003;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:20px;
	padding-right: 15px;
	padding-left: 15px;
}
p {text-align:justify;}
a img {
	border: none;
}
h1 {
	font-size: 22px;
}
.container {
	width: 1113px;
	background: #FFF;
	margin: 0 auto;
	position:relative;
}
body{
	background-image: url(images/wavebg.jpg);
	background-repeat:repeat;
	position:relative;
}
.header {
	height: 330px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.header .logo{
	position:absolute;
	width:380px;
	height:160px;
	left:10px;
	top:10px;
	display:block;
}
.bground {
	width: 1113px;
	background-image: url(images/bground.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.sidebar {
	float: left;
	width: 282px;
	background: #98CBFB;
	padding: 0 0 260px 0;
}
.content {
	padding: 10px 0;
	width: 831px;
	line-height: 30px;
	float: left;
	padding-bottom:240px;
}
.content ul {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	margin: 15px 0;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 0px 5px 20px;
	display: block;
	width: 262px;
	color: #0e1130;
	font-size: 20px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background:  #0e1130;
	color: #FFF;
}
.footer {
	position: relative;
	clear: both;
	width:100%;
	
	background-color:#03F;
	min-width:1190px;
	display:block;
}
.footer_wave_div{
	width:100%;
	background-image:url(images/footer_wave2.png);
	background-repeat:repeat-x;
	background-position:top center;
	height:200px;
}
.footer_image_container{
	display:block;
	position:relative;
	width:1190px;
	margin-left:auto;
	margin-right:auto;
}
.footer_image {
	position: absolute;
	top:-240px;
	left:-20px;
	left:0px;
	width:100%;
}
.footer_image .footer_image_pics{
	position:relative;
	width:1113px;
	margin-left:auto;
	margin-right:auto;
}
.footer_image .footer_image_pic{
	position:relative;
	float:left;
	left:15px;
}
.footer_wave {
	position: absolute;
	top:-240px;
	left:0px;
	width:100%;
	overflow: hidden;
}.container .bground .content table tr th {
	text-align: center;
	padding-bottom: 5px;
}
.container .bground .content table tr td {
	text-align: center;
	padding-bottom: 5px;
}

