body{
	padding: 0;
	margin: 0;
	background: #124206;
	color: #3f4e24;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 140%;
	min-width: 990px;
}

#wrap {
	background: #124206 url(images/photoback.jpg) repeat-x top center;
}

h1, h2, h3, h4 {
	color: #81953a;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3, h4 {
	font-size: 100%;
}

p {
	padding: 0;
	margin: 1em 0;
}

a {
	color: #018bce;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a:visited {
	color: #17658b;
}

a img{
	border: none;
}

ul, ol {
	margin: 1em 0;
	padding: 0 2em;
	overflow: hidden;
}

li {
	margin: 0 0.5em;
	padding: 0 0 0 0.5em;
}

#rightbg {
	background: #fff url(images/right-extension.gif) repeat-x;
}

#content {
	width: 990px;
	margin: 0 auto;
}

#header {
	background: url(images/banner2.jpg) no-repeat top right;
}

#logo {
	border: none;
	display: block;
}

#text {
	background: #fff url(images/sidemenu.gif) repeat-y;
	margin-left: 30px;
}

p.footer {
	margin-top: 2em;
	text-align: center;
	font-size: 80%;
	clear: both;
}

#menu {
	float: left;
	width: 122px;
	min-height: 486px;
	background:url(images/menubg.jpg) no-repeat;
}

#menu ul {
	margin: 116px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	width: 109px;
	height: 36px;
}

#menu ul li a{
	display: block;
	width: 109px;
	height: 36px;
	position:relative;
    overflow:hidden;
}

#menu ul li a span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:109px; height:36px;
	margin:0; padding:0;
	background:url("images/home.gif") top left no-repeat;
}

#menu ul li a:hover span, #menu ul li a.sel span {
	background-position: top right;
}

#menu ul li a#about span {
	background-image: url("images/about.gif");
}

#menu ul li a#contact span {
	background-image: url("images/contact.gif");
}

#menu ul li a#adven span {
	background-image: url("images/adventure.gif");
}

#menu ul li a#bookings span {
	background-image: url("images/bookings.gif");
}

#menu ul li a#prep span {
	background-image: url("images/prep.gif");
}

#menu ul li a#comm span {
	background-image: url("images/comm.gif");
}

#menu ul li a#fsa span {
	background-image: url("images/fsa.gif");
}

#menu ul li a#gal span {
	background-image: url("images/gal.gif");
}

#menu ul li.fb {
	height:43px;
}

#menu ul li a#fb {
	height:43px;
}

#menu ul li a#fb span {
	background-image: url("images/fb.gif");
	height:43px;
}

#textwrap {
	margin-left:122px;
	background: #fff url("images/header.jpg") no-repeat;
	padding: 142px 46px 46px 46px;
	min-height: 364px;
}


p.centre, h1.centre, h2.centre, h3.centre {
	text-align: center;
}

.floatLeft{
	display: block;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.floatRight{
	display: block;
	float: right;
	padding-left: 10px;
	margin-bottom: 10px;
}

.indent {
	margin: 0 1.5em;
}

.clearFloats {
	clear: both;
}

.returnText {
	text-align: right;
	font-size: 80%;
}
