body {
	background-color: black;
		font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}
ul#nav {
	padding: 0px;
	margin: 3px;
	list-style: none;
}

ul#nav li {
	display: inline;
	font-family: sans-serif;
	font-weight: bold;
	margin-right: 9px;
}
ul#nav li a {
	text-decoration: none;
	color: #80904F;
}
ul#nav li a:hover {
	text-decoration: underline;
}
div.wrap {
	background-color: white;
	width: 900px;
	margin: 0 auto;
	padding: 27px;
}
#header {
	color: #9BBB38;
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
#footer {
	text-align: center;
	font-size: 10px;
}
#navlist {
	
	
}
#content {

}