/* CSS Document */
body{
	background: black;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 800px;
	height: 158px
}
#home a:link, #home a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Home.gif);
	background-position: left bottom;
}
#home a:hover, #home a:active{
	background: url(Images/css-rollover-Home.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#Calender a:link, #Calender a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Calender.gif);
	background-position: left bottom;
}
#Calender a:hover, #Calender a:active{
	background: url(Images/css-rollover-Calender.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#History a:link, #History a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-History.gif);
	background-position: left bottom;
}
#History a:hover, #History a:active{
	background: url(Images/css-rollover-History.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#Join a:link, #Join a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Join.gif);
	background-position: left bottom;
}
#Join a:hover, #Join a:active{
	background: url(Images/css-rollover-Join.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#Rides a:link, #Rides a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Rides.gif);
	background-position: left bottom;
}
#Rides a:hover, #Rides a:active{
	background: url(Images/css-rollover-Rides.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#Photos a:link, #Photos a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Photos.gif);
	background-position: left bottom;
}
#Photos a:hover, #Photos a:active{
	background: url(Images/css-rollover-Photos.gif) top left;
	text-indent: -9999px
	width: 150px;
	height: 25px;
}
#ContactUs a:link, #ContactUs a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-ContactUs.gif);
	background-position: left bottom;
}
#ContactUs a:hover, #ContactUs a:active{
	background: url(Images/css-rollover-ContactUs.gif) top left;
	text-indent: -9999px;
	width: 150px;
	height: 25px;
}
#Guestbook a:link, #Guestbook a:visited{
	text-indent: -9999px;
	width: 150px;
	height: 25px;
	background-image: url(Images/css-rollover-Guestbook.gif);
	background-position: left bottom;
}
#Guestbook a:hover, #Guestbook a:active{
	background: url(Images/css-rollover-Guestbook.gif) top left;
	text-indent: -9999px;
	width: 150px;
	height: 25px;
}

#left_nav{
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0px;
}
#left_nav ul{
	list-style-type: none;
	padding-top: 15px;
	margin: 0;
	float: left;
	width: 150px;
}
#left_nav li a{
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;
	padding: 0px;
	margin: 0;

}
#left_nav li{
	margin-top: 15px;
}
p{
	color: white;
	text-align: center;

	font family: "Times Roman", georgia, serif;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#content{
	width: 539px;
	float: left;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 30px;
}
h3{
	text-decoration: underline;
	color: red;
	float: none;
	text-align: center;
}
h4{
	text-decoration: none;
	color: red;
	float: none;
	text-align: center;
	padding-bottom: 0px;

}
table, td, tr{
	color: white;
	border: 2px solid white;
}

.link{
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-color: white;
	color: #FFFFFF;
}
	
a:hover {  color: #FFFF00}

h5{
	text-decoration: underline;
	color: #FF0000;
	float: none;
	text-align: center;
	padding-bottom: 0px;
	font-size: 18px;
	padding-top: 75px;

