body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #6E4412;
}

#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	z-index: 0;
}
#header {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container_bkg_top.png);
	height: 325px;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 232px;
	z-index: 5;
}

#container1 {
	background-color: #FFF;
	z-index: 1;
	background-image: url(../images/container_bkg_btm.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#container2 {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	background-image: url(../images/container_bkg_btm.png);
	padding: 0px;
	z-index: 25;
}
#container2-Home {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/container2-home_bkg.png);
	padding: 0px;
	z-index: 26;
	height: 542px;
}

#container3 {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/treeline.png);
	height: 156px;
	z-index: 50;
}
#container3-Home {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/treeline_home.png);
	height: 156px;
	z-index: 50;
}



#content {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	z-index: 50;
}
#content-Home {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	z-index: 50;
	height: 400px;
}

.home-text {
	width: 300px;
	float: right;
	z-index: 51;
}

.logo {
	float: left;
}

.ghostImage {
	float: right;
	z-index: 75;
	margin-top: 25px;
	margin-right: 5px;
}
.menu {
	float: left;
	width: 450px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	z-index: 25;
	top: 240px;
	left: auto;
	position: static;
}
.imageCaption {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
.imageLeftCaption {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.imageRightCaption {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	overflow: visible;
}
.floatLeft{float: left;}
.floatRight{float: right;}
.imageLeft {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.imageRight {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.newsfeed {
	float: left;
	padding-left: 10px;
}
.footer {
	text-align: center;
	padding-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}
.bookingCalendar {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
}
.floatLeft50 {
	float: left;
	width: 435px;
}
.floatRight50 {
	float: right;
	width: 435px;
}
