body {
	background-image: url(../images/background1.jpg);
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #head {
	height: 212px;
	width: 850px;
	background-repeat: no-repeat;
}
#nav {
	height: 57px;
	width: 850px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	padding-left: 1px;
}
#nav2 {
	height: 37px;
	width: 808px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	padding-left: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 20px;
}
#nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav2 a:hover {
	color: #F2CE01;
}
#container #head h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: none;
}
#nav ul {
	border: none;
	width: 800px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#nav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#nav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 50px;
	}

/* Hide the text on the top nav bar */
#nav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#nav ul li a:hover {
	background-position: 0 -50px;
	}

/* No active state here so make sure it shows the default portion of the image */
#nav ul li a:active {
	background-position: 0 0;
	}
#home_Link a {
	background-position: 0 0;
	width: 90px;
	background-image: url(../images/1_home.jpg);
	background-repeat: no-repeat;
	}
#home_Link a:hover, #home_Link a:active, #home_Link .selected {
	background-position: 0 -50px;
	}
#mission_Link a {
	background-position: 0 0;
	width: 105px;
	background-image: url(../images/1_mission.jpg);
	background-repeat: no-repeat;
	}
#mission_Link a:hover, #mission_Link a:active, #mission_Link .selected {
	background-position: 0 -50px;
	}
#hosts_Link a {
	background-position: 0 0;
	width: 64px;
	background-image: url(../images/1_hosts.jpg);
	background-repeat: no-repeat;
	}
#hosts_Link a:hover, #hosts_Link a:active, #hosts_Link .selected {
	background-position: 0 -50px;
	}
#schedule_Link a {
	background-position: 0 0;
	width: 92px;
	background-image: url(../images/1_schedule.jpg);
	background-repeat: no-repeat;
	}
#schedule_Link a:hover, #schedule_Link a:active, #schedule_Link .selected {
	background-position: 0 -50px;
	}
#sponsors_Link a {
	background-position: 0 0;
	width: 89px;
	background-image: url(../images/1_sponsors.jpg);
	background-repeat: no-repeat;
	}
#sponsors_Link a:hover, #sponsors_Link a:active, #sponsors_Link .selected {
	background-position: 0 -50px;
	}
#outfitters_Link a {
	background-position: 0 0;
	width: 102px;
	background-image: url(../images/1_outfitters.jpg);
	background-repeat: no-repeat;
	}
#outfitters_Link a:hover, #outfitters_Link a:active, #outfitters_Link .selected {
	background-position: 0 -50px;
	}
#gallery_Link a {
	background-position: 0 0;
	width: 80px;
	background-image: url(../images/1_gallery.jpg);
	background-repeat: no-repeat;
	}
#gallery_Link a:hover, #gallery_Link a:active, #gallery_Link .selected {
	background-position: 0 -50px;
	}
#contact_Link a {
	background-position: 0 0;
	width: 79px;
	background-image: url(../images/1_contact.jpg);
	background-repeat: no-repeat;
	}
#contact_Link a:hover, #contact_Link a:active, #contact_Link .selected {
	background-position: 0 -50px;
	}
#container #content {
	background-image: url(../images/paper2.jpg);
	min-height: 600px;
	background-position: left top;
	position: relative;
	padding-bottom: 50px;
}
*html #content {
	height: 600px;
}
#above_footer {
	height: 20px;
	width: 790px;
	position: absolute;
	left: 43px;
	top: -31px;
	color: #333333;
	z-index: 2;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-bottom: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center -7px;
}
#footer #footer_credits {
	height: 38px;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-left: 42px;
	padding-top: 18px;
	color: #FFFFFF;
}
#footer_credits a {
	color: #FFFFFF;
	text-decoration: none;
}
.clear {
	clear: both;
}
#footer_credits a:hover {
	text-decoration: underline;
}
.float_right {
	text-align: right;
	width: 200px;
	float: right;
	padding-right: 42px;
}
#home_content a,#sub_content a {
	color: #DC550C;
	text-decoration: none;
}
#home_content a:hover,#sub_content a:hover {
	text-decoration: underline;
}
#above_footer a {
	color: #666666;
	text-decoration: none;
}
#above_footer a:hover {
	color: #222222;
	text-decoration: underline;
}
#home_content {
	width: 350px;
	padding-top: 40px;
	padding-left: 43px;
}
#sub_content {
	width: 510px;
	padding-top: 40px;
	padding-left: 43px;
}
#content #player {
	background-color: #222222;
	height: 278px;
	width: 393px;
	position: absolute;
	left: 415px;
	top: 226px;
}
#sub_content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #E64A0C;
}
#right_hand_side {
	position: absolute;
	height: 451px;
	width: 210px;
	left: 597px;
	top: 29px;
}
#hopeoutdoors_side {
	width: 170px;
	background-image: url(../images/HopeOutdoors_side.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 277px;
	padding-bottom: 20px;
}
#hopeoutdoors_side a {
	color: #E64A0C;
	text-decoration: none;
}
#hopeoutdoors_side a:hover {
	text-decoration: underline;
}
#hope_footer {
	height: 21px;
	background-image: url(../images/hope_footer.png);
	background-repeat: no-repeat;
}
.gallery_flt {
	height: 118px;
	width: 118px;
	background-image: url(../images/square_back.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
	padding-left: 7px;
}
#GSS_front {
	position: absolute;
	height: 160px;
	width: 393px;
	left: 415px;
	top: 42px;
}
.fltright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
