<!--
body
{
	margin:0px;
}

#main
{
	width:100%;
	position:absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	background: #AAA195;
}

#outer
{
	width:100%;
	position:absolute;
	margin:0px;
	background: #AAA195;
}

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

#content
{
	width: 787px;
	position:relative;
	/*border: 1px solid #000000;*/
	/*height: 800px;*/
	background: #F0EEEC;
}

#leftcontent
{ 
	width: 567px;
	position: relative;
	float: left;
	background: #FFFFFF;
}

#rightcontent
{
	width: 219px;
	position:relative;
	float: right;
	background: #F0EEEC;
}

#footer
{
	width: 787px;
	clear: both;
	border-top: solid 4px #ABA296;
	height: 60px;
	background: #FFFFFF;
}

-->