/* CSS Document */

#MainDiv {
	height:602px;
	width:802px;
	background-color:#00574E;
	padding-top:1px;
}

#MainTable {
	background-color:#00574E;
	border:hidden;
	height:600px;
	width:800px;
}

.MainFont {
	font-family:Garamond;
}

.PicMargins {
	margin-bottom:5px;
	border:none;
}

.bgcolor {
	background-image:url(images/background.jpg);
}


/*--------------------------------
---------- WELCOME page ----------
----------------------------------*/
#Welcome {
	height:365px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.WelcomePage {
	background-image:url(images/Content_Welcome.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:80px;
}


/*-------------------------------------
---------- RATES & FEES page ----------
---------------------------------------*/
#RatesFees {
	height:365px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.RatesFeesPage {
	background-image:url(images/Content_RatesFees.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:80px;
}


/*--------------------------------------
---------- PHOTO GALLERY page ----------
----------------------------------------*/
#PhotoGallery {
	height:326px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.PhotoGalleryPage {
	background-image:url(images/Content_PhotoGallery.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:120px;
}


/*-----------------------------
---------- ATVs page ----------
-------------------------------*/
#ATVs {
	height:333px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.ATVsPage {
	background-image:url(images/Content_ATVs.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:113px;
}


/*--------------------------------
---------- FISHING page ----------
----------------------------------*/
#Fishing {
	height:333px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.FishingPage {
	background-image:url(images/Content_Fishing.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:113px;
}


/*---------------------------------
---------- CONTACTS page ----------
-----------------------------------*/
#Contacts {
	height:365px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
}
.ContactsPage {
	background-image:url(images/Content_Contacts.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:80px;
}


/*-----------------------------------
---------- DIRECTIONS page ----------
-------------------------------------*/


#Directions {
	height:365px;
	width:580px;
	padding-left:10px;
	overflow:auto;
	font-family:Garamond;
	font-size:14px;
}
#DirectionsChild {
	width:500px;
	/* padding-top:100px; */
}
.DirectionsPage {
	background-image:url(images/Content_Directions.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-top:80px;
}

