<!--

body
{
	margin: 0px;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}

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

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

#outer
{
	width:780px;
	position:relative;
	margin:0px;
	background: #F6F6F6;
}

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

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

#leftcontent
{ 
	width: 190px;
	position: relative;
	float: left;
	background: #F6F6F6;
}

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

-->