#header {
	position:absolute;
	left:95px;
	top:36px;
	width:700px;
	height:200px;
	z-index:1;
}
.menutext {
	font-family: "OCR A Extended", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.bodytext {
	font-family: "OCR A Extended", Arial, sans-serif;
	font-size: 16px;
	color: #FF9900;
}
#sidepanel {
	position:absolute;
	left:58px;
	top:291px;
	width:143px;
	height:279px;
	z-index:2;
}
#bodypanel {
	position:absolute;
	left:256px;
	top:273px;
	width:593px;
	height:762px;
	z-index:3;
}
#sitemeter {
	position:absolute;
	left:80px;
	top:960px;
	width:111px;
	height:38px;
	z-index:4;
}
#footer {
	position:absolute;
	left:96px;
	top:1046px;
	width:702px;
	height:59px;
	z-index:5;
}
body {
	background-color: #000000;
	color: #FF9900;
}
.body_title {
	font-family: "OCR A Extended", Arial, sans-serif;
	font-size: 24px;
	color: #FF9900;
}
.body_subtitle {
	font-family: "OCR A Extended", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
a:link {
	color: #00FF00;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #D4D0C8;
}
