#centered
{
	position: absolute;
	left: 50%;
	top: 0px;
	background: #ffffff;
	background-image: url('../images/navback.gif');
	background-repeat: repeat-y;
	margin-left: -350px;
	width: 750px;
	font: normal normal normal 10px verdana;
	border: 1px solid #ebebeb;
}

#left
{
	position:absolute;
	left: 0;
	top: 200px;
	z-index: 1;
	width: 170px;
	font: normal normal bold 9px verdana;
	color: #222933;
	background-image: url('../images/navback.gif');
	background-repeat: repeat-y;
}

#body_area
{
	position: relative;
	width: 560px;
	margin: 0px 10px 20px 10px;
	text-align: justify;
	top: 0px;
	left: 170;
	z-index: 6;
}

#topbanner
{
	position:relative;
	top:0px;
	z-index: 5;
	left:0px;
}
		