/* TEXT FORMATING */

p, h1, h2, h3, li { margin-top: 0px; font-family: Arial, Helvetica; }

h1 { font-size: 20pt; color: #336699; }
h2 { font-size: 18pt; font-weight: normal; color: #0066CC; }
h3 { font-size: 16pt; color: #3366FF; }
p, li, td { font-size: 12pt;  }
ul { margin-left: 0px; padding-left: 20px; margin-bottom: 0px; margin-top: 0px; }
li { padding-left: 5px; margin-bottom: 12pt; }

/* LAYOUT */

body {
	background-color: #118a9c;
	margin: 0px; padding: 0px;
	background-image: url(img/bodybg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper {
	width: 750px;
	background-image: url(img/contentbg.png);
	margin: auto;
	margin-top: 0px; margin-bottom: 0px;
	min-height: 800px;
}

#chead {
	background-image: url(img/headline.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 220px;
}

#content {
	width: 620px;
	margin: auto;
	padding-bottom: 50px;
}

#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 50px;
	width: 750px;
	margin: auto;
	font-size: 10pt;
	padding-bottom: 20px;
}

#footer * { font-size: 9pt; margin-left: 50px; margin-right: 50px; }
