html, body {
	margin: 0;
	padding: 0;
	background-color: #112236;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	border-top: 2px solid #2A4F6F;
	min-height: 100%;
}
body#flowers #contents{background-image: url("images/flowers.jpg");background-color: #d6c3bd;background-repeat: no-repeat;background-position: bottom center;}
body#dock    #contents{background-image: url("images/dock.jpg");background-color: #8cc3ef;background-repeat: no-repeat;background-position: bottom center;}
body#ocean    #contents{background-image: url("images/ocean.jpg");background-color: #848ead;background-repeat: no-repeat;background-position: bottom center;}
body#footprints    #contents{background-image: url("images/footprints.gif");background-color: #e5d7bf;background-repeat: no-repeat;background-position: bottom center;}

html, body, #contents{
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents{
	height: auto;
}

#wrapper{
margin: 10px 0px 10px 0px;
}

#contents {
	position: absolute;
	top:0;
	left: 0;
}
#header {
	border-top: 1px solid #778899;
	height: 180px;
	text-align: center;
}

#header .logo {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

#nav {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	background-color: #ffffff;
	position: absolute;
	top: 210px;
	left: 1em;
	width: 14em;
	
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 16em;
	margin-right: 2em;
	margin-bottom: 3em;
}
#content .maintext{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	background-color: #ffffff;
}

h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	font: 125% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ff0000;
}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
.imgright{
 padding: 0px 3px 5px 10px;
 float: right;
}
.imgleft{
 padding: 0px 10px 5px 3px;
 float: left;
}

#footer{
 clear: both;
 width: 100%;
 text-align: center;
 color: #000000;
 font-weight: bold;
} 
#footer p{
margin: 0.5em 0 1em 2em;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
 color: #000000;
}
 
#maintext em {
	font-weight: bold;	
}

.clr{clear:both;} 

.egright {
	margin: 1em; 
	padding: 1em;
	float: right;
	text-align: center;
}
.egleft {
	margin: 1em; 
	padding: 1em;
	float: left;
	text-align: center;
}

.egright-400 {
	width:400px;
	margin: 1em; 
	padding: 1em;
	float: right;
	text-align: left;
}
.egleft-400 {
	width:400px;
	margin: 1em; 
	padding: 1em;
	float: left;
	text-align: left;
}

.boldfont{
	 font-weight: bold;
}

.redfont {
	 color: #ff0000;}
	 
.boldredfont {
	 font-weight: bold;
	 color: #ff0000;}	 
.smallfont {
	font-size: 80%;
	line-height: .9;
}	 

