html {
	background-color: #000000;
	color: #CCFFCC;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0px
}
body {
	background-color: #000000;
	color: #CCFFCC;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0px
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
a:hover {
	color: #FFFFFF;
}
a:focus {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a {
	color: #DDFFDD;
}

.left {
	position: absolute;
	width: 160px;
}
.right {
	position: absolute;
	left: 160px;
}
.logo {
	position: relative;
	top: 0px;
	left: 0px;
}
.menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 335px;
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
}
div.button {
	position: relative;
	height: 16px;
	width: 120px;
	top: 20px;
	left: -1px;
	margin: 10px;
	padding: 0px 10px;
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 11pt;
}	
div.adminbutton {
	position: relative;
	height: 16px;
	width: 120px;
	top: 20px;
	left: -1px;
	margin: 10px;
	padding: 0px 10px;
	background-image: url('images/adminbutton.png');
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 11pt;
}	
a.button {
	text-decoration: none;
}
.donate {
	position: relative;
	width: 62px;
	height: 31px;
	top: 20px;
	left: 37px;
	margin: 10px;
}
.w3c {
	position: relative;
	width: 88px;
	height: 31px;
	top: 20px;
	left: 24px;
	margin: 10px;
}
.banner {
	position: relative;
	top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
}
.page {
	position: relative;
	top: 30px;
	margin: 0px 9px 0px 5px;
	padding: 4px 6px;
	background-color: #16261C;
	border: 3px solid #26de9c;
}
img.cornertl {
	position: absolute;
	top: -3px;
	left: -3px;
}
img.cornertr {
	position: absolute;
	top: -3px;
	right: -3px;
}
img.cornerbr {
	position: absolute;
	bottom: -3px;
	right: -3px;
}
img.cornerbl {
	position: absolute;
	bottom: -3px;
	left: -3px;
}
