<!--

#main
{
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 0px;
	background: #CCE9F6;
}

#outer
{
	width: 790px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
}

#banner
{
	width: 790px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}

#content
{
	width: 790px;
	position: relative;
	margin: 0px;
	background-color: #CCE9F6;
}
 
#left
{
	width: 551px;
	float: left;
	background-color: #FFFFFF;
}

#right
{
	width: 239px;
	float: left;
	background-color: #CCE9F6;
}

#footer
{
	width: 790px;
	height: 25px;
	background-color: #E20A16; 
	clear: both;
}

-->
