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

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	margin-top:10px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:36px;
	margin-top:5px;
	text-align:center;
}	
#bg {
	background-color: #003b61;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 227px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 139px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
