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: 20px;
}
#Layer2 {
	top:275px;
	width:700px;
	height:100%;
	z-index:19;
	visibility: visible;
	float: right;
	background: #FFFFFF;
	margin-top: 15px;
}
#navcontainer
{
	margin: 0px 0 0 0px;
	padding: 0;
	height: 20px;
	width: 960px;
	z-index: 1;
	visibility: visible;
	float: left;
}

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;
}

