<!--

body
{
	margin: 0px;
	top: 0px;
	left: 0px;
}

#mainbg
{
	width:100%;
	position:absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	height: 8px;
	background: url(../images/top-bg.jpg) repeat-x top;

}

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

#outer
{
	width:762px;
	position:relative;
	margin:0px;
	background: #FFFFFF;
}

#banner
{
	width: 100%;
	position:relative;
	left:0px;
	top:0px;
	z-index: 10;
}

#content
{
	width: 100%;
	position:relative;
	background: #FFFFFF;
}

#footer
{
	width: 762px;
	clear: both;	
	background: #F3F3F3;
	border-bottom: 6px solid #E5E5E5;
}
-->