body
{
	background-color: #464646;
}

div#page
{
	width: 1003px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	/*background: #464646 url(../images/page/whitebg.jpg) repeat-y;*/
}

div#header
{
	width: 1003px;
	height: 78px;
	/*overflow: hidden;*/
	position: relative;
	background: #464646 url(../images/page/fullhead.jpg) no-repeat;
}

div.redbar
{
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	background: transparent url(../images/page/redbar.jpg) repeat-x;
}

div#top-body
{
	width: 995px;
	height: 271px;
	margin-left: auto;
	margin-right: auto;
	background-color: #58584E;
}

div#bottom-body
{
	width: 995px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(../images/page/homefade.jpg) repeat-x top right;
}

#bottom-body div.content
{
	width: 985px;
	height: 245px;
	padding: 0px 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#top-body div.content
{
	width: 560px;
	height: 271px;
	float: left;
	overflow: hidden;
	color: White;
}

#top-body object, #top-body embed
{
	float: left;
}

div#footer
{
	width: 995px;
	height: 59px;
	padding: 0px 5px;
	background: transparent url(../images/page/footer.jpg) no-repeat;
}


/* Home Page Rotator */
div#image-rotator
{
	position:relative;
	float:left;
	display:block;
	width:434px;
	height:271px;
	overflow:hidden;
}

div#image-rotator div#rotator-list
{
}

div#image-rotator div#rotator-list img.rotator-item
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:434px;
	height:271px;	
}

div#image-rotator img#rotator-overlay
{
	position:absolute;
	top:0px;
	right:0px;
	width:434px;
	height:271px;	
	z-index:100;
}