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

html {
	height: 100%;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; 
	margin: 0 auto; 
	height: 100%;
	background-color: black;
}

#background {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1050px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 169px;
}

#sign {
	float: right;
	width: 146px;
	height: 163px;
	margin: 0px 80px 0px 0px;
}

/* Main Table Formatting */
#tableFrame {
}
	#tableFrame .left {
		width: 144px;
		vertical-align: top;
	}
	#tableFrame .right {
		width: 144px;
		vertical-align: top;
	}
	#tableFrame .middle {
		width: 712px;
		vertical-align: top;	
	}

#pageHeader {
	background-image: url(Images/contentHeader.gif);
	backgroud-repeat: no-repeat;
	width: 713px;
	height: 220px;
}

#contentHeader {
	background-image: url(Images/pageHeader.gif);
	background-repeat: no-repeat;
	width: 713px;
	height: 214px;
}
	#contentHeader img {
		width: 183px;
		height: 137px;
	}

#contentFrame {
	background-color: #efece0;
}

#content {
	font-size: 13px;
	font-weight: normal;
    font-size: 13px;
	text-align: left;
	padding: 10px 20px;
}

#logoFrame {
	padding: 120px 0px 0px 0px;
	height: 265px;
	width: 712px;
}

#homeButton {
	float: left;
	width: 137px;
	height: 68px;
}

#footer {
	background-image: url(Images/footer.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 712px;
	margin: 0px auto 0px auto;
}

.spacer {
	height: 20px;
}

.spacer2 {
	height: 100px;
}

.navigationSign {
	height: 134px;
	width: 120px;
	margin: 0px 0px 15px 24px;
}

.woodNav {
	width: 120px;
	height: 39px;
	background-image: url(Images/navigationSign.gif);
	background-repeat: no-repeat; 
}

.button {
	width: 120px;
	height: 95px;
}

.navigationSign2 {
	height: 134px;
	width: 120px;
	margin: 0px 24px 15px 0px;
}

.woodNav2 {
	width: 120px;
	height: 39px;
	background-image: url(Images/navigationSign2.gif);
	background-repeat: no-repeat; 
}

.logo {
	float: left;
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 169px;
}

.slogan {
	float: right;
	width: 500px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 250px 0px 0px;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

.text1 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

#winnerPhotos {
	font-size: 13px;
	font-weight: bold;
	text-align: center; 
	border: medium solid black; 
	padding: 10px; 
	margin: 20px 0px 0px 0px;
}
	#winnerPhotos img {
		width: 150px;
		margin: 10px;
	}


.contactForm {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	border: medium solid #4b4b4b; 
	padding: 10px; 
	margin: 20px auto; 
	width: 500px;
	background-image: url(Images/questionBear.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.padding {
	padding: 10px 20px;
}

.sign {
	background-image: url(Images/sign.gif);
	background-repeat: no-repeat;
	width: 279px;
	height: 92px;
	margin: 50px 0px 0px 75px;
}

.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 175px 430px 0px 0px;
}

.leftContent {
	float: left; 
	width: 350px; 
	margin: 0px 0px 0px 30px;
}

.blueBox {
	border: thin solid black; 
	width: 340px; 
	text-align: center; 
	padding: 3px; 
	background-color: #73acc0;
	margin: 10px 0px;
}

.textBox {
	padding: 30px 20px 20px 30px;
}

.brownBox {
 	width: 340px; 
	background-color: #ad7b3a; 
	border: medium solid black; 
	margin: 10px 0px 0px 0px;
	padding: 0px 5px;
}

.contentHeaderImage {
	float: right; 
	width: 183px; 
	height: 137px; 
	margin: 0px 0px 0px 20px;
}

.formList {
}
	.formList ul {
		margin: 0px 0px 10px 0px;
	}
	.formList li {
		list-style-type:none;
	}

.galleryImage { float: right; width: 300px; height: 200px; }
.galleryThumbs { padding: 20px; height: 200px; width: 280px; }

.campgroundImages { text-align: center; padding: 10px; }
.campgroundImages img { margin: 10px; height: 140px; }

a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

img {
	border: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 5px 0px 10px 0px;
}

