#header {
	height: 175px;
	width: 1000px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#container {
	height: 1300px;
	width: 1000px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background: #000000;
}
#center {
	width: 428px;
	position: absolute;
	z-index: 2;
	left: 366px;
	top: 232px;
	height: 694px;
	background: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.pfooter {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FF6600;
	position: absolute;
	z-index: 3;
	width: 350px;
	left: 490px;
	top: 1270px;
}
.imgheader {
	margin-left: 325px;
}
#leftnav {
	height: 845px;
	width: 200px;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 35px;
}
.h1back {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}

#menu {
	height: 36px;
	width: 700px;
	position: absolute;
	left: 230px;
	top: 190px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align: center;
}
#menu a:link  {
	color:#FF9900;
	text-decoration:none;
}
#menu a:visited  {
	color:#FF9900;
	text-decoration:none;
}
#menu a:hover  {
	color:#CC0000;
	text-decoration:none;
}
#menu a:active  {
	color:#FF9900;
	text-decoration:none;
}
