body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#main {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 650px;
	left: 150px;
	top: 0px;
}
#topnav {
	background-color: #000066;
	position: absolute;
	z-index: 2;
	height: 30px;
	width: 650px;
	left: 0px;
	top: 0px;
	cursor:pointer
}
#maincontent {
	background-image: url(pics/transparent.png);
	background-repeat: repeat;
	overflow: auto;
	z-index: 3;
	width: 650px;
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 25px;
}
#mainfooter {
	background-image: url(pics/transparent.png);
	background-repeat: repeat;
	z-index: 2;
	width: 650px;
	left: 0px;
	height: 26px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navhome {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 20%;
	left: 0px;
	top: 0px;
}
#navrules {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 20%;
	left: 20%;
	top: 0px;
}
#navmembers {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 20%;
	left: 40%;
	top: 0px;
}
#navtips {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 20%;
	left: 60%;
	top: 0px;
}
#navlinks {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 4;
	height: 30px;
	width: 20%;
	left: 80%;
	top: 0px;
}
h1 {
	font-family: Consolas, "Comic Sans MS", Arial, sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #000066;
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	font-family: Consolas, "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #000066;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
h3 {
	font-family: Consolas, "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000066;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-image: url(pics/transparent.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
