body {
	background-color: #FFFFFF;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	font-size: 0.7em;
	margin-top: 0px;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #181c3c;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 5px;
}

p {
	margin-left: 5px;
}

p.footer {
	font-size: 9px;
	text-align: center;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 15px;
}

table.tourinfo {
	border-width: 1px;
	border-style: none;
	border-collapse: separate;
	background-color: white;
}

table.tourinfo th {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: #faf0e6;
}

table.tourinfo td {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: #D4E3F7;
}

img {
	text-decoration: none;
	border: 0px;
}

a:link { 
	text-decoration: none; 
	color: #181c3c;
	background-color: transparent;
}
a:visited { 
	text-decoration: none; 
	color: #181c3c;
	background-color: transparent;
}
a:hover { 
	text-decoration: underline; 
	color: #AEA353;
	background-color: transparent;
}
a:active { 
	text-decoration: none; 
	color: #181c3c;
	background-color: transparent;
}

#divWrapper {
	height: 840px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	border-right: #D4E3F7 solid 1px;
	border-left: #D4E3F7 solid 1px;
}

#divtopbar {
	height: 14px;
	width: 800px;
	background-image: url(gfx/topbar.jpg);
	background-repeat: no-repeat;
	display: block;
}

#divtoplogos {
	height: 40px;
	width: 800px;
}

#divlogo {
	height: 40px;
	width: 800px;
	background-image: url(gfx/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#divoceanlogo {
	height: 40px;
	width: 110px;
	float: right;
	background-image: url(gfx/oceanlogo.jpg);
	background-repeat: no-repeat;
	display: block;
}

#divimagebar {
	height: 127px;
	width: 800px;
	background-image: url(gfx/imagebar.jpg);
	background-repeat: no-repeat;
	display: block;
}

#divskybar {
	height: 20px;
	width: 800px;
	background-image: url(gfx/skybar.jpg);
	background-repeat: no-repeat;
}

#divnavbar {
	height: 36px;
	width: 800px;
	display: block;
}

#divcontent {
	height: 578px;
	width: 800px;
	background-color: #FFF;
}

#divleftgfx {
	height: 536px;
	width: 220px;
	float: left;
	padding-top: 20px;
}

#divtext {
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	width: 577px;
	height: 578px;
}

#divconditions {
	float: left;
	margin-top: 10px;
}

#divhelipic {
	float: right;
	background-image: url(gfx/helipic.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 88px;
	margin-top: 7px;
}

#divbottomtourinfo {
	float: left;
	width: 550px;
}

#divform {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 450px;
}

#divfooter {
	width: 800px;
	height: 58px;
	background-image: url(gfx/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding: 0px;
	clear: both;
	border: 0px;
	position: relative;
	text-align: center;
}