body {
	background: #01AEC7 url(../images/bkgnd.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#wrapper {
	width: 797px;
	text-align: left;
	margin: 0px auto;
	background: url(../images/bkgnd.jpg) repeat-y left top;
	padding: 20px 0px 0px 0px;
}
#content {
	margin: 30px 0px 0px 94px;
	padding: 0px 0px 30px 0px;
}
#banner {
	background: #849DAA;
	margin: 0px 20px;
	padding: 10px 74px 10px 72px;
}
h1 {
	margin: 20px 0px 0px 20px;
	font-size: 24px;
	color: #849DAA;
}
h2 {
	margin: 0px;
	font-size: 36px;
	color: #849DAA;
	font-weight: normal;
	line-height: 40px;
}
h3 {
	margin: 0px 0px 20px;
	font-size: 18px;
	line-height: 21px;
	color: #849DAA;
	font-weight: normal;
}
h4 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #849DAA;
	font-weight: normal;
	line-height: 20px;
}
h5 {
	margin: 20px 0px 10px 0px;
	font-size: 12px;
	color: #849DAA;
	font-weight: normal;
	line-height: 16px;
}
h6 {
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 10px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
a {
	color: #01AEC7;
}
