body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #16212f;
	background-image: url(images/darkforestbk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #3cddee;
	cursor: default; 
	}

body.splash {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #16212f;
	background-image: url(images/darkforestsplash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#enter {
	margin: 270px 0px 0px 150px;
	padding: 0px;
	width: 400px;
	font-size: 18px;
	text-align: center;
	}
h1 {
	font-size: 16px;
	text-align: left;
	border-bottom: #3cddee dashed 1px;
	}
h2 {
	font-size: 14px;
	text-align: left;
	border-bottom: #3cddee dashed 1px;
	}
p {
	margin: 0px 5px;
	text-indent: 10px;
	}
a img {
	margin: 2px;
	padding: 0px;
	}
a {
	color: #aaf7ff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #ffffff dotted 1px;
	}
a:visited {
	color: #aaf7ff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #ffffff dotted 1px;
	}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #3cddee dashed 1px;
	cursor: ne-resize;
	}
a:active {
	}
#nav a {
	color: #16212f !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border: none !important;
	}
#nav div:hover a {
	color: #ffffff !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border: none !important;
	cursor: ne-resize;
	}
#nav a:visited {
	color: #16212f !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border: none !important;
	}
#nav a:hover {
	color: #ffffff !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border: none !important;
	cursor: ne-resize;
	}
#nav a:active {
	}
.contentwrapper {
	margin: 250px 0px 0px 0px;
	padding: 0px;
	width: 550px;
	overflow: inherit;
	}
#nav {
	margin: 62px 0px 0px 20px;
	width: 130px;
	height: 200px;
	color: #16212f;
	float: left;
	}
#nav div {
	margin: 0px 0px 0px 10px;
	text-indent: 15px;
	border: #16212f solid 1px;
	height: 20px;
	}
#nav div:hover {
	background-color: #16212f;
	color: #ffffff;
	border: #ffffff outset 1px;
	cursor: ne-resize;
	}
.current {
	background-color: #16212f;
	color: #ffffff;
	}
#main {
	margin: 0px 5px 6px 155px;
	}


