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

html{
	background:url(../images/bg.jpg) repeat;
}

body, h1, h2, ul, li, img, p{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background:url(../images/header-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	line-height:22px;
}

a{
	text-decoration:none;
	color:#848484;;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007dae;
	font-weight:normal;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	line-height:22px;
	margin-bottom:20px;
}
	
.wrapper{
	width:922px;
	height:auto;
	margin:0 auto;
}

.header{
	width:922px;
	height:auto;
}

.logo{
	width:314px;
	height:120px;
	float:left;
}

.number{
	width:208px;
	height:20px;
	float:right;
	font-size:16px;
	color:#00b8ff;
	margin-top:50px;
	margin-right:40px;
}

.nav{
	width:922px;
	height:51px;
	clear:both;
}

.nav ul{
	list-style:none;
}

.nav li{
	width:auto;
	height:37px;
	float:left;
	background:url(../images/nav-sep.jpg) no-repeat top right;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	font-family:tahoma;
	font-size:11px;
	color:#fff;
}

.nav li a{
	text-decoration:none;
	color:#fff;
}

.nav li.last{
	background:none;
}

.banner{
	width:922px;
	height:auto;
	clear:both;
}

.content{
	width:860px;
	height:auto;
	background:#fff;
	border-left:solid 1px #d0f2ff;
	border-right:solid 1px #d0f2ff;
	padding-left:30px;
	padding-right:30px;
}

.footer-sep{
	width:920px;
	height:1px;
	background:url(../images/footer-sep.jpg) repeat-x;
	padding-bottom:10px;
}

.footer1{
	width:900px;
	height:auto;
	font-size:12px;
	color:#007dae;
	padding-left:20px;
}

.footer1 a{
	text-decoration:none;
	color:#007dae;
}

.footer2{
	width:900px;
	height:auto;
	font-size:11px;
	color:#007dae;
	padding-left:20px;
	padding-bottom:10px;
}

.footer2 a{
	text-decoration:none;
	color:#007dae;
}