/* Page Sections */
#Main {
	margin:20px auto;
	width:900px;
	height:100%;
	background-image: url(../images/MainTextBg.gif);
	z-index:1;
	border:2px
	solid white;
	}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:401px; 
	z-index:1;
	background-image: url(../images/header_no_txt.jpg);
	layer-background-image: url(../images/header_no_txt.jpg);
	border: 1px none #000000;
}
#headerText {
	position:absolute;
	left:481px;
	top:145px;
	width:202px;
	z-index:4;
	}
#headerTextShadow {
	position:absolute;
	left:482px;
	top:146px;
	width:202px;
	z-index:3;
	}
#Holder {
	float:left;
	width:700px;
	}
#Left {
	float:left;
	width:226px;
	padding-left: 20px;
/*	background-image: url(../images/starfish_panel.jpg); */
	}
#tidesFacts {
	position:relative;
	width:147px;
	height:82px;
	z-index:2;
/*	left: 24px;   */
	top: -67px;
	}
#MainText {
	float: left;
	width: 454px;
	min-height: 400px;
	background-color:#EEF7FC;
	padding: 0;
	}    
#MainTextLoc {
	background-color:#EEF7FC;
	float:left;
	min-height:856px;
	margin-top:-99px;
	padding:0pt 20px 0pt 26px;
	position:relative;
	vertical-align:top;
	width:655px;
	z-index:2;
	}    
#MainTextImage {
	position:relative;
	vertical-align:top;
/*	left:10px;	*/
	top:-50px;
	width:100%;
	z-index:4;
	padding: 0;
	margin-left:0px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	width:422px;
	}
#MainTextImageLoc {
	float: right;
	clear: both;
	position:relative;
	vertical-align:top;
/*	left:10px;	*/
	top:-50px;
	z-index:4;
	padding: 0;
	margin-left:0px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	}
#Right	{
	float:right;
	right:0px; 
	top:0px; 
	width:194px; 
	height:100%; 
	z-index:2; 
	}
#rightText	{
	position:relative; 
	left:0px; 
	top:-40px; 
	width:100%; 
	height:auto; 
	z-index:4;
	margin-top: 35px;
	}
	
#googleAds	{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:4;
	}

#footer {
	width:100%;
	background-color: #D5EBF8;
	text-align:center;
	padding:20px 0 0 0;
	font-size: 0.8em;
	clear: both;
}

/* Style */	
body {
	height: 100%;
	width: 100%;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-color: #3366CC;
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	margin: 0px;
	}
	
h4 {
	font-family:Times New Roman,Times,serif;
	color: #ff7755;
	font-size:1.4em;
	line-height:1.5em;
	margin: 0 20px ;
	font-style: italic;
	}
p {
	line-height: 1.3em;
	text-align: justify;
	padding: 0;
}
.headerText1 {
	line-height: 1.2em;
	font-size:1.8em;
	font-family:Times New Roman, Times, serif;
	text-align:center;
	padding:0;
	}
	
.headerText1 a {
	text-decoration:none;
	color: #000;
	}
	
.headerTextShadow1 {
	line-height: 1.2em;
	font-size:1.8em;
	color: #FFFFFF;
	font-family:Times New Roman, Times, serif;
	text-align:center;
	padding:0;
	}
	
#rightText ul {
	padding-left: 15px;
	}
	
.nav {
	font-size: 0.9em;
	font-style: italic;
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
	padding: 0;
}
.facts {
	line-height: 1.4em;
	font-size:0.9em;
	list-style-position: inside;
	list-style-type: square;
	color: #GGGGGG;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 25px 0 0 0;
	padding: 0px;
	
	}

.facts li{
	margin-top: 20px;
	}
.clear {
  clear: both;
  }