@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-size:12px;
}

h1 {
font-size:16px;}

.wrapper {
margin-left:auto;
margin-right:auto;
width:920px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}


.nav ul {
padding-left:0px;
margin-left:0px;}


.nav ul li {
padding-top:380px;
float:left;
list-style-type:none;
text-transform:uppercase;
padding-right:30px;
font-size:20px;
font-weight:bold;}

.nav ul li a  {
color:#95a567;

}


.header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:400px;}


.content {
width:900px;


float:left;
height:100px;}

body,td,th {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

a {
text-decoration:none;
color:#b8cf77;}

a:hover {
text-decoration:underline;
}
