@charset "utf-8";


body {
	text-align: center;
	font-size: 16px;
	line-height: 160%;
	background:#b8d6e6;
}

#header{
	background:url(../img/header_blue.png) no-repeat center top;
	max-width:880px;
	width:100%;
	height:53px;
	margin:0 auto;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#wrapper{
	
	background:url(../img/wrapper_blue.png) repeat-y center top;
	max-width:880px;
	width:100%;
	margin:0 auto;
	-moz-background-size:contain;
	background-size:contain;
}

#footer{

	background:url(../img/footer_blue.png) no-repeat center top;
	max-width:880px;
	width:100%;
	height:53px;
	margin:0 auto;
	-moz-background-size:contain;
	background-size:contain;
}

h1{
	color:#00468C;
	font-weight:bold;
	font-size:32px;
	margin:0 0 10px 0;
	text-align:center;
	padding:20px 0;
	border-top:2px solid #b8d6e6;
	border-bottom:2px solid #b8d6e6;
}

h2{
	font-weight:bold;
	font-size:24px;
	margin:30px 0 10px 0;
	text-align:left;
	padding:5px 20px;
	border-bottom:2px solid #b8d6e6;
	background:url(../img/check_blue.png) no-repeat left center;
}

