@charset "utf-8";
body {
	background-image: url(images/water-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #39759c;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #3A4B36;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #5E7C58;
	text-transform: none;
}

p {
	line-height: 16px;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
}
blockquote {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	font-size: 12px;
}


#content a {
	color: #39759C;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #39759C;
}
#content a:hover {
	color: #39759C;
	text-decoration: underline;
}


#wrapper {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 830px;
	padding: 0px;
	margin-bottom: 25px;
}
#content {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	padding-top: 220px;
	padding-right: 45px;
	padding-left: 45px;
	position: relative;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#content #title {
	position: absolute;
	top: 27px;
	right: 184px;
}
#bannerLeft {
	position: absolute;
	top: 0px;
	left: -135px;
}
#bannerRight {
	position: absolute;
	top: 0px;
	right: -135px;
}



#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 9px;
	padding-top: 20px;
	background-color: #39759C;
}
