body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#header {
	position: absolute;
	height: 175px;
	width: 500px;
	left: 200px;
	top: 15px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 190px;
}
#navcontainer ul {
	text-align: center;
	list-style-type: none;
	margin: 7px 0px 0px;
	padding: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #99CC00;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #99CC00;
}
#navcontainer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CC00;
}
#main_content_sub {
	position: absolute;
	height: 500px;
	width: 900px;
	left: 0px;
	top: 225px;
}
#copy {
	position: absolute;
	height: 325px;
	width: 425px;
	left: 425px;
	top: 300px;
	overflow: auto;
	padding-right: 25px;
}
#copy_about {
	position: absolute;
	height: 400px;
	width: 830px;
	left: 0px;
	top: 300px;
	overflow: auto;
	padding-right: 35px;
	padding-left: 35px;
}
#copy_contact {
	position: absolute;
	height: 425px;
	width: 425px;
	left: 425px;
	top: 300px;
	overflow: auto;
	padding-right: 25px;
}
#quote {
	position: absolute;
	height: 50px;
	width: 450px;
	left: 425px;
	top: 650px;
	overflow: auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 140%;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006633;
	font-weight: normal;
}
#sidebar {
	position: absolute;
	width: 350px;
	left: 37px;
	top: 275px;
}
a {
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.sidebar_padding {
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC00;
	text-align: center;
	position: absolute;
	height: 25px;
	width: 900px;
	left: 0px;
	top: 740px;
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC00;
	font-weight: normal;
	letter-spacing: 1px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC00;
	text-decoration: none;
}
#header_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC00;
	top: 10px;
	right: 0px;
	position: absolute;
	height: 25px;
	width: 180px;
	text-align: right;
	letter-spacing: 1px;
}