<!--

body 
{
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg);
}

#main
{
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#outer
{
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
	padding-top : 0px;
	padding-bottom : 27px;
	padding-right: 0px;
}

#content
{
	width: 750px;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #002947;
	border: #002947 10px solid;
}

#banner
{
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}

#contentbody
{
	width: 750px;
	position: relative;
	margin: 0px;
	background-color: #002947;
}

#leftcontentbody
{
	width: 182px;
	position: relative;
	float:left;
	margin: 0px;
	background-color: #88D1E8;
}

#rightcontentbody
{
	width: 568px;
	position: relative;
	float:left;
	margin: 0px;
	background-color: #FFFFFF;
}

#footer
{
	width: 750px;
	background-color: #FFFFFF; 
	clear: both;
}

-->