body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3c4b64;
	border: none;
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}	

#centerrow {
	position: relative;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-position:top left;
	border:none;
	border-width:0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:535px;
	top: 120px;	
}

#center_main{
	background-image:url(images/center_bg.png);
	background-repeat:no-repeat;
	width:896px;
	height: 290px;
	position: relative;
	float: left;
	left: 50%;
	margin-left: -468px;

}

#subcontent{
	background-image:url(images/center_bg_content.png);
	background-repeat:no-repeat;
	width: 806px;
/*	height: 473px;	*/
/*	display: block;	*/
	height: 0px;
	display: none;
	position: relative;
	float: left;
	left: 90px;
	top: 0px;
}

#subcontent_title {
	background-color:#CC0000;
	width: 600px;
	height: 32px;
	position: relative;
	float: right;
	right: 40px;
	top: 10px;
}

#subcontent_content {
	background-color:#CC0000;
	width: 730px;
	height: 405px;
	position: relative;
	float: left;
	left: 40px;
	top: 20px;
}


#uc_subcontent {
	position:relative;
	float:left;
	left: 450px;
	}