﻿body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-image:url('../images/diving_ocean-792387.jpg');
	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 */
}
a {
	color:#369;
	font-size: x-large;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
img.displayed {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}

h1, h2, h3 {
	margin:.8em 8 .2em 0;
	padding:0;
	text-align: center;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size:large;
	text-align: left;
}

#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	background-color:#7AB4DA;
}
#header {
	border-bottom:1px solid #000;
	height: 66px;
}
#header a {
	text-decoration:none;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
.rtcol{
	width:296px;
	height:782px;
	top:0px
}

.flashbox {
	width: 554px;
	height:782px;
	top:0px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:auto;
	top: 120px;
	left: 16px;
	min-height:200px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	min-height:200px;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	padding-left:2px;
	overflow:hidden;
	top: 0px;
	left: 0px;
	min-height:200px;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:8%;			/* right column width */
	background:#7AB4DA;
	top: 80px;
}
.leftmenu .col1 {
	width:80%;
	left: 11%;			/* right column content width */
			/* 100% plus left column left padding */
	height: 645px;
}
.leftmenu .col2 {
	width:13%;/* left column content width (column width minus left and right padding) */
	left:5%;			/* (right column left and right padding) plus (left column left padding) */
	top: 3px;
}
/* Footer styles */
#footer {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	text-align:center;
	
}
#footer p {
	padding:10px;
	margin:0;
}
#footer a byline{
	font-size:xx-small;font-weight:lighter;
}
#footer a {
	font-size:small;
}