body {
	margin: 0px;
	padding: 0px;
	background-color: #0c3200;
}

/* Header */
#header {
	width: 760;
	background-color : black;
	float: center;
}


/* Top Nav Bar */
#nav_container {
	width: 100%;
	background-color: black;
	height: 38px;
	z-index: 10000;
}
#nav_table {
	width: 760px;
	height: 38px;
}

/* Bottom Nav */
#bottom_nav_container {
	float: left;
	clear: both;
	border-bottom: 1px solid #696969;
	background-color: #222;
	width: 100%;
}
#bottom_nav_table {
	width: 760px;
	height: 31px;
	background-color: black;
}
#bottom_nav_container td.bottom_nav {
	text-align: center;
}
#bottom_nav_container td.bottom_nav ul {
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: center;
}
#bottom_nav_container td.bottom_nav ul li {
	display: inline;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#bottom_nav_container td.bottom_nav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FADC93;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#bottom_nav_container td.bottom_nav ul li a:hover{
	color: #A87A29;
}

/* Footer */

#footer_container {
	float:left;
	clear:both;
	margin-bottom: 20px;
	background-color: black;
}
#footer_table {
	width: 760px;
}
#footer_table td.footer_cell {
	padding: 16px 47px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: right;
}
#footer_table a {
	color: #CCC;
	text-decoration: none;
}
#footer_table a:hover {
	color: #EEE;
	text-decoration: none;
}
#footer_table td.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	text-align: center;
}
#footer_table td.copyright a{
	color: #999999;
}
#footer_table td.copyright a:hover {
	color: #CCCCCC;
}
#footer_table img.decor_line {
	margin-bottom: 7px;
}	
