/* CSS Document */

body {
	background-color:#010101;
	}
	
#container {
	width: 1000px;
	margin: 0 auto;
	background-color:#010101;
	}
	
#header {
	background: url(../images/grasslands_header.jpg) no-repeat top center;
	width: 1000px;
	height: 130px;
	}
	
#nav {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	}
	
#nav ul li  {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#nav ul li a {
	float: left;
	height: 30px;
	text-decoration: none;
	border: 0;
	}

#nav ul li a#navHome {
	background: url(../images/nav.jpg) 0px 0px no-repeat;
	width: 130px;
	}

#nav ul li a:hover#navHome {
	background: url(../images/nav.jpg) 0px -33px no-repeat;
	width: 130px;
	}

#nav ul li a#navLocation {
	background: url(../images/nav.jpg) -130px 0px no-repeat;
	width: 108px;
	}

#nav ul li a:hover#navLocation {
	background: url(../images/nav.jpg) -130px -33px no-repeat;
	width: 108px;
	}

#nav ul li a#navAccommodation {
	background: url(../images/nav.jpg) -238px 0px no-repeat;
	width: 186px;
	}

#nav ul li a:hover#navAccommodation {
	background: url(../images/nav.jpg) -238px -33px no-repeat;
	width: 186px;
	}

#nav ul li a#navActivities {
	background: url(../images/nav.jpg) -424px 0px no-repeat;
	width: 122px;
	}

#nav ul li a:hover#navActivities {
	background: url(../images/nav.jpg) -424px -33px no-repeat;
	width: 122px;
	}

#nav ul li a#navRates {
	background: url(../images/nav.jpg) -546px 0px no-repeat;
	width: 82px;
	}
	
#nav ul li a:hover#navRates {
	background: url(../images/nav.jpg) -546px -33px no-repeat;
	width: 82px;
	}

#nav ul li a#navContact {
	background: url(../images/nav.jpg) -628px 0px no-repeat;
	width: 172px;
	}
	
#nav ul li a:hover#navContact {
	background: url(../images/nav.jpg) -628px -33px no-repeat;
	width: 172px;
	}
	
#nav ul li a span { 
	visibility: hidden;
	}

	
#topBorder {
	background-image:url(../images/border.jpg);
	height: 35px;
	clear: both;
	}
	
#images {
	height: 186px;
	width: 1000px;
	}
	
#middleBorder {
	background-image:url(../images/border.jpg);
	height: 35px;
	}

#mainContainer {
	background-color: #544a1f;
	width: 100%;
	}
	
#mainContent {
	margin: 0 170px;
	padding: 10px 0;
	}

#bottomNav {
	margin: 0 100px;
	padding: 10px 0;
	}
	
#bottomBorder {
	background-image:url(../images/border.jpg);
	height: 35px;
	}
	
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	}

#bottomNav p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #FFF;
	}
	
#bottomNav a:link,
#bottomNav a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#bottomNav a:hover {
	color: #fff;
	text-decoration: none;
	}


