@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4B4434;
	}
	a:link {color: #58503D; text-decoration: none;}
	a:visited {color: #84A824; text-decoration: none;}
	a:hover {color: #80A021; text-decoration: none;}
	a:active {color: #58503D; text-decoration: none;}
.main {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/IMG_BG.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58503D;
	margin-top: 50px;
}
.banner {
	height: 200px;
	width: 1000px;
}
.locations {
	float: right;
	height: 200px;
	width: 450px;
	background-image: url(images/BG_location.jpg);
}
.BTNspacer {
	float: right;
	height: 52px;
	width: 450px;
}

.BTNhopeisland {
	float: right;
	height: 52px;
	width: 450px;
	text-align: right;
}
.BTNlanecove {
	float: right;
	height: 52px;
	width: 450px;
	text-align: right;
}
.logo {
	float: right;
	height: 200px;
	width: 550px;
}
.images {
	float: right;
	height: 252px;
	width: 1000px;
	background-image: url(images/IMG_imagebanner.jpg);
}
.footer {
	float: right;
	height: 15px;
	width: 1000px;
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
}
.spacer {
	float: right;
	height: 40px;
	width: 960px;
	margin-top: 60px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

