body {
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;  
}
#page-wrapper {
	width: 1092px;
	margin: 0 auto;
	text-align: left;
}	
#main_surround {
	position:relative;
	width:1092px;
	height:840px;
	z-index:1;
	background-color: #FFFFFF;
	left: 0;
	top: 0;
}
#main_area {
	position:relative;
	width:1092px;
	height:788px;
	z-index:2;
	left: 0px;
	top: 14px;
	background-color: #FFFFFF;
}
#sub_main {
	position:absolute;
	width:988px;
	height:658px;
	z-index:5;
	left: 34px;
	top: 130px;
}

#left_nav {
	position:absolute;
	width:167px;
	height:340px;
	z-index:4;
	left: 0px;
	top: 0px;
}

#sub_main {
	position:absolute;
	width:986px;
	height:627px;
	z-index:3;
	left: 34px;
	top: 155px;
}
#header {
	position:absolute;
	width:608px;
	height:38px;
	z-index:3;
	top: 0px;
	left: 212px;
	font-size: 185%;
	padding-top: 6px;
	font-weight: bold;
	color: #004B59;
}
#subtext {
	position:absolute;
	width:774px;
	height:958px;
	z-index:2;
	left: 213px;
	top: 54px;
}

#footer {
	position:absolute;
	width:90px;
	height:20px;
	z-index:6;
	top: 991px;
	left: 450px;
}

