body {
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background: black;
	color: white;
}

#center {
	position: relative;
	width: 750px;
	height: 100%;
	min-height: 900px;
	margin: 0px auto 0px auto;
	background: white;
	color: black;
	z-index: 1;
}

#right {
	float: right;
	height: 100%;
	min-height: 900px;
	width: 122px;
	background: black;
	color: white;
}

#left {
	float: left;
	height: 100%;
	min-height: 900px;
	width: 122px;
	background: black;
	color: white;
}

#menu {
	padding-top: 200px;
	padding-right: 5px;
}

#menu a {
	display: block;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	text-decoration: none;
	color: white;
	background-color: black;
	font-family: Arial, sans-serif;
}

#menu a#current {
	padding-bottom: 2px;
	font-weight: bold;
	color: black;
	background-color: white;
	background-image: url(images/ahbg.png);
}

#menu a:hover {
	padding-bottom: 2px;
	font-weight: bold;
	color: black;
	background-color: white;
	background-image: url(images/ahbg.png);
}

#top {
	padding: 10px 10px 10px 10px;
}

#bottom {
	font-size: small;
	margin: 10px 150px 10px 150px;
	padding-top: 10px;
	border-top: 1px solid
}

#center #header {
	position: absolute;
	top: 20px;
	left: 150px;
	padding-top: 10px ;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	z-index: 2;
}

img#header-img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 445px;
	border-style: solid;
}

#content {
	margin: 180px 150px 30px 150px;
}

img.valid {
	float: right;
	border: 0px;
}

#stats .statcounter {
	float: left;
	margin-right: 3px;
	border: 0px;
}
