body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #996600;
	text-align:center;
	position:relative;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #999966;
}
a:active {
	text-decoration: none;
}

#wrapper {
	position:relative;
	width:800px;
	height:750px;
	z-index:1;
	background-color: #999966;
	
}

#banner	{
	width:750px;
	height:175px;
	z-index:10;
	background-color:#FFFFFF;
	
}
#bannerImages  {
	height:150px;
	width:750px;
	z-index:4;
}
#NavBar {
	width:750px;
	height:25px;
	background-color:#666633;
	color:#FFFFFF;
	z-index:5;

}

#CabinsMenu {
	width:122px;
	height:260px;
	left: 140px;
	top: 185px;
	position:inherit;
	background-color:#666633;
	color:#FFFFFF;
	z-index:11;
	font-size: small;
	line-height: 22px;

}
#EventsMenu {
	left:288px;
	top:185px;
	width:92px;
	height:100px;
	position:inherit;
	background-color:#666633;
	color:#FFFFFF;
	z-index:12;
	font-size: small;
	line-height: 22px;

}

	
#LeftContent {
	width:285px;
	height:400px;
	position:absolute;
	background-color:#FFFFFF;
	z-index:3;
	left: 54px;
	top: 254px;
	padding-left: 1pc;
	padding-right: 1pc;
	visibility: visible;
}

	
#Content {
	width:700px;
	height:400px;
	position:absolute;
	background-color:#FFFFFF;
	z-index:6;
	left: 50px;
	top: 215px;
		
}


	
#Footer {
	width:750px;
	font-size:10px;
	height:81px;
	color:#999966;
	text-align:center;
	background-color:#FFFFFF;
	z-index:7;
	position:absolute;
	left:24px;
	top:645px;	
}
#Footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333300;
}
#Footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666633;
	text-decoration: underline;
}
.BodyCopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
