body {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	text-align: center;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

img {
	border: 0;

}

table {
	background-color: #CCCCCC;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/camo.jpg);
	border-style: ridge;
	border-width: 5px;
	padding: 0px 0px 20px 0px;
}

#header {
	margin: 10px auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 193px;
	width: 695px;
	 
}

#nav {
	color: #000000;
	font-size: 1.2em;
	width: 900px;
	text-align: center;
}

#nav ul {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	text-align: center;
}

#nav a:link {
	color: #003300;
	background-color: transparent;
	text-decoration: none;
}

#nav a:visited {
	color: #006600;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

#nav a:active {
	color: #FFFFFF;
	background-color: transparent;
}

#main {
	color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	height: auto;
	width: auto;
	margin: auto 20px;
}

#main ol {
	text-align: left;
	padding-left: 250px;
	font-size: 18px;


}

#main ul {
	text-align: left;
	margin-left: 175px;
	padding-right: 70px;
	font-size: 20px;
}

#main ul ul {
	text-align: left;
	margin-left: 0px;
}

#sidebar {
	margin: 5px auto;
	clear: right;
}

#last {
	float: left;
	height: 50px;
	width: 100px;
	margin: 20px 100px;
}

#next {
	float: right;
	height: 50px;
	width: 100px;
	margin: 20px 100px;

}

#footer {
	text-align: center;
	font-size: 12px;
	float: none;
	clear: both;
}