body {
	background-color: #003300;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/background.png);
}
h1 {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	color: #030;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26pt;
	font-weight: bold;
}
h2 {
	text-align: left;
	color: #030;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20pt;
	font-weight: bold;
	clear: both;
}
h3 {
	color: #030;
	clear: both;
}
#main {
	position: absolute;
	width: 82%;
	height: 98%;
	top: 1%;
	bottom: 1%;
	margin: 0 auto;
	vertical-align: top;
	box-shadow: 5px 5px 3px 3px #333;
	background-color: #FFF;
	left: 9%;
	right: 9%;
}
#heading {
	height: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 2;
	top: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	left: 5%;
	right: 5%;
}
#green_steve_small {
	position: relative;
	z-index: 4;
	left: 0px;
	top: 0px;
	float: left;
}

#top_nav {
	position: absolute;
	width: 80%;
	height: 30px;
	z-index: 2;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	top: 65px;
	box-shadow: 2px 2px 2px #333;
	left: 10%;
	right: 10%;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
#nav_home {
	position: relative;
	width: 18%;
	height: 28px;
	z-index: 3;
	float: left;
}
#nav_bio {
	position: relative;
	width: 18%;
	height: 28px;
	z-index: 3;
	float: left;
}
#nav_novels {
	position: relative;
	width: 18%;
	height: 28px;
	z-index: 3;
	float: left;
}
#nav_tutorials {
	position: relative;
	width: 18%;
	height: 28px;
	z-index: 3;
	float: left;
}
#nav_dj {
	position: relative;
	width: 18%;
	height: 28px;
	z-index: 3;
	float: left;
}
.nav_box {
	color: #FFF;
	background-color: #030;
	vertical-align: middle;
	margin-right: 1%;
	margin-left: 1%;
	top: 1px;
	bottom: 1px;
}
#content {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 3%;
	right: 3%;
	bottom: 35px;
	overflow: auto;
}
#footer {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	position: absolute;
	z-index: 2;
	height: 30px;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0px;
	font-size: small;
	color: #030;
	text-align: center;
	vertical-align: bottom;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline overline;
	background-color: #FFC;
	text-shadow: 0px 0px 3px #yellow;
}
#top_nav a:link {
	color: #FFF;
}
#top_nav a:visited {
	color: #FFF;
}
#top_nav a:hover {
	color: #030;
	text-decoration: none;
	background-color: #FF9;
}
.images {
	box-shadow: 2px 2px 3px 1px #333;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #030;
}
img {
	margin-right: 5px;
}
