@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/wallpaper1.JPG);
}

.main {
	background-image: url(images/bg.jpg);
	height: 837px;
	width: 685px;
	margin-left: -343px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 5px;
}
.mainOver {
	background-image: url(images/bg2.jpg);
	height: 900px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	z-index: 0;
	left: 50%;
}
.logo {
	height: 160px;
	width: 215px;
	position: absolute;
	z-index: 2;
	text-align: center;
	left: 16px;
	top: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#home {
	position:absolute;
	top:320px;
	width:144px;
	height:21px;
	z-index:2;
	left: 50px;
	text-align: center;
}
#gallery {
	position:absolute;
	top:355px;
	width:144px;
	height:21px;
	z-index:2;
	left: 50px;
	text-align: center;
}
#attractions {
	position:absolute;
	top:394px;
	width:144px;
	height:21px;
	z-index:2;
	left: 50px;
	text-align: center;
}
#contact {
	position:absolute;
	top:430px;
	width:144px;
	height:21px;
	z-index:2;
	left: 50px;
	text-align: center;
}
#banner {
	position: absolute;
	z-index: 1;
	height: 281px;
	width: 439px;
	left: 246px;
	top: 0px;
	background-color: #727D75;
}
#quick {
	position:absolute;
	top:485px;
	width:150px;
	height:21px;
	z-index:2;
	left: 47px;
	text-align: center;
}


.TextFields {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 520px;
	width: 400px;
	left: 264px;
	top: 300px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	height: 50px;
	width: 685px;
	margin-left: -343px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 850px;
	font-size: 12px;
	color: #7B3116;
	text-decoration: none;
	text-align: center;
	background-color: #A3977D;
}
a:link {
	color: #650810;
	text-decoration: none;
}
a:visited {
	color: #650810;
	text-decoration: none;
}
a:hover {
	color: #650810;
	text-decoration: none;
}
a:active {
	color: #650810;
	text-decoration: none;
}
