<!--

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

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

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

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

#banner
{
	width: 100%;
	height: 127px;
	margin:0px;
	position:relative;
	left:0px;
	top:0px;
}

#scriptdiv
{
	left:0px;
	top:0px;
	margin:0px;
	width:100%;
	position:relative;
	z-index:100;
	background: #000000;
}

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

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

#rightcontent
{
	width:571px;
	position:relative;
	float: left;
	background: #FFFFFF;
}

#footer
{
	width: 770px;
	clear: both;
}

#bottom
{
	width: 100%;
	height: 37;
	position:relative;
	left:0px;
	top:0px;
}
-->