div#wrapper {
	width:960px;
	margin:0 auto;
	background:#000000
	height:100%;
}
div#header {
	width:960px;
	background: #FFFFFF;
	height: 210px;
	float: left;
	top: 0px;
}
div#footer {
	width:960px;
	margin:0;
	height: 20px;
	bottom: 0px;
	float: left;
}
#Layer1 {
	top:200px;
	width:250px;
	height:600px;
	z-index:5;
	visibility: visible;
	float: left;
	background: #FFFFFF;
	border: medium solid #247C4E;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
}
#Layer2 {
	top:275px;
	width:700px;
	height:100%;
	z-index:19;
	visibility: visible;
	float: right;
	background: #FFFFFF;
	margin-top: 5px;
}
#navcontainer
{
	margin: 0px 0 0 0px;
	padding: 0;
	height: 22px;
	width: 960px;
	z-index: 1;
	visibility: visible;
	float: left;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	background: #CCCCCC;
	width: 239px;
	height: 20px;
	border-left: 1px solid #999999;
	border-bottom: 3px solid #000000;
	padding: 0;
	margin: 0 0 0px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold normal 12px/16px Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #FFFFFF;
}

#navcontainer a:active
{
background: #330099;
color: #FFFFFF;
}

#navcontainer li#active a
{
	background: #FFFFFF;
	color: #fff;
}
h1 {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	margin: 2px 5px 0px;
	letter-spacing: normal;
	text-decoration: none;
	font: normal 20px "Times New Roman", Times, serif;
}
h2 {
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	margin: 2px 5px 0px;
	letter-spacing: normal;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
h3 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background: #247C4E;
}
