body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

#header {
        background-color: #000099;
 	font-size: large;
 	font-weight: bold;
  	float: center;
  	width: 100%;
 	height: 125px;
 	color: #FFFFFF;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#000099;		/* Left column background colour */
}
#colmain {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	background:#3fa9f5;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-455px;	/* Subtract px to move column left */
	background:#31B978;    	/* Right column background colour */
}
#mainwrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#mainpad {
	margin:0 15px 0 470px;
	overflow:hidden;
}
#main {
	width:100%;
	overflow:hidden;
	font-family: Arial;
}

#main p {
	padding: 10px;
}

#main h2 {
	text-align: center;
	font-weight: bold;

}
#main h3 {
	text-align: center;
	font-weight: bold;
}

#main ul {
	list-style-image: url(http://www.gbscuba.com/images/lil_bullet.jpg);
}

#nav {
	float:left;
	width:150px;
	position:relative;
	margin-left:-50%;
	left:305px; /* Add px to move #nav right. */
	overflow:hidden;
	background: url(http://www.gbscuba.com/navback.gif);
	background-repeat: no-repeat;
}
#rightcol {
	float:left;
	width:300px;
	position:relative;
	left:0px;
	overflow:hidden;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
	text-align:center;
        font-size:10px;
	font-family:arial;
	
}

#nav .navigation {
  height: 600px;
  width: 150px;
  border-spacing: 5px 11px;
  padding-top: 27px
  }

#nav .navbutton {
  height: 20px;
  width: 150px;
  }

#nav p {
  padding: 10px;
  font-family: arial;
  color: #FFFFFF;
  text-align: center;
  }

p.dotted {
	border-style: dotted;
}

p.solid {
	border-style: solid;
}

p.double {
	border-style: double;
}
  
td.charter-title {
	cell-width: 30%;
}

td.charter-info {
	cell-width: 70%;
}
A.menulink {
  display: block;
  width: 140px;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  font-family:lucida sans;
  font-size:16px;
  color: #000000;
  BORDER: none;
  }

A.menulink:hover {
  font-size:16px;
  background-color:#000099;
  color:#FFFFFF;
}

A.sidelink {
  width:300px;
  text-decoration:none;
  BORDER:0,0,0,0;
}

td.links {
  font-weight: bold;
}

div.thumb
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

div.thumb img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

img.floatleft
{
  float: left;
  margin: 4px;
}

img.floatright
{
  float: right;
  margin: 4px;
}

H3.heading
{
  align: center;
}

li.travel
{
  font-size: 1.5em;
}