body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
#wrapper {
	background-color: #000000;
	float: center;
	height: 100%;
	width: 99.5%;
	padding: 0px;
	color: #FFFFFF;
	border-right: 1px solid #480000;
	border-left: 1px solid #480000;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	background-color: #000000;
	width: 100%;
	height: 100px;
	color: #FFFFFF;
}
#menudiv {
	background-color: #000000;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #480000;
	color: #FFFFFF;
}
#content_wrapper {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#left_block {
	background-color: #383838;
	position: static;
	height: 100%;
	width: 166px;
	color: #480000;
}
#center_block {
    background-color: #101010;
	float: left;
	height: 100%;
	width: 99.75%;
	color: #FFFFFF;
	border-right: 1px solid #480000;
	border-left: 1px solid #480000;
	border-bottom: 1px solid #480000;
}
#right_block {
	background-color: #383838;
	float: right;
	position: static;
	height: 100%;
	width: 166px;
	color: #480000;
}
#footer {
	background-color: #383838;
	height: 46px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #480000;
	color: #FFFFFF;
	float: left;
}
a.special:link, a.special:active {
	color: #009900;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special:visited {
	color: #00CC00;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special:hover {
	color: #FFFFff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special2:link, a.special2:active, a.special2:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special2:hover {
	color: #cba300;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special3:link, a.special3:active, a.special3:visited {
	color: #FF00FF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.special3:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#meta {
	position: absolute;
	visibility:hidden;
	z-index: 1;
	background-color: #000000;
	font-size: 6px;
}