@charset "utf-8";
body {
	background-color: #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
a {
	color: #000000;
}

#container {
	width: 800px;
	height: 500px;
	background-color: #071E0A;
	margin-left: 100px;
}
.long#container {
	height: 3500px;
}


#header {
	height: 300px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#top_nav {
	float: left;
	height: 70px;
	width: 800px;
	margin: 0px;
	padding: 0px;


}
#top_nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#top_nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
#top_nav li {
	display: inline;
	margin-left: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top_nav a {
	text-decoration: none;
}


#main_nav a.down {
	background-image: url(assets/active.jpg);
	color: #000000;
}





#main_nav {
	height: 400px;
	width: 210px;
	background-color: #0A2C18;
	float: left;
}
#main_nav  ul  {
	list-style: none;
	margin: 0px;
	height: 200px;
	width: 600px;
	padding: 0px;
}
#main_nav li {
	height: 40px;
	width: 160px;
	text-align: center;
}
#main_nav a {
	text-decoration: none;
	color: #565D29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 40px;
	width: 160px;
	background-image: url(assets/button.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main_nav a:hover {
	background-image: url(assets/active.jpg);
	color: #000000;
}







#main_content {
	height: 400px;
	width: 580px;
	background-color: #E5E1E0;
	float: right;
	padding-left: 10px;
}


#site_info {
	height: 50px;
	width: 800px;
	background-color: #0A2C18;
	color: #CCCCCC;
	text-align: center;
	padding-top: 0px;
}
#clear {
	clear: both;
}
.long#main_content {
	height: 3000px;
}
.em {
	font-style: italic;
	font-weight: bold;
}
