body {
	background:#eeeeee url(../images/water-bg.jpg) top left repeat-x;
	padding:0 0 0 0 ;
	margin:0 0 0 0;
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-weight:bold;
	color:#30a6a5;
	text-decoration:none;
}
a:hover {
	color:#347473;
}
#header	{
	width:100%;
	margin:0;
	padding:15px 0 0 15px;
	height:75px;
	border:0;
}
#nav {
    margin:0;
	padding:8px 0 0 15px;
    height:75px;
	position:absolute;
	left:150px;
	top:5px;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	list-style-image:none;
    float:left;
	margin:0 25px 0 0;
	padding:0 0 0 0;
}
#nav li a {
    display:block;
    padding:3px 8px;
    color:#30a6a5;
    text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
}
#nav li a.active, #nav li a:hover {
	color:#347473;
}
#nav li ul {
    display:none;
    width:10em; /* for Opera */
	font-weight:normal;
    list-style:none;
}
#nav li:hover ul, #nav li.hover ul {
    display:block;
    position:absolute;
    margin:0;
    padding:0;
	font-weight:normal;
    list-style:none;
}
#nav li:hover li, #nav li.hover li {
    float:none;
	font-weight:normal;
	background:#ffffff;
    list-style:none;
    margin:0;
    padding:0;
}
#nav li:hover li a, #nav li.hover li a {
    border-bottom:1px solid #ddd;
    color:#347473;
	font-weight:normal;
    list-style:none;
}
#nav li li a:hover {
	color:#347473;
	font-weight:normal;
    list-style:none;
}
#text {
	background:url(../images/fish.jpg) no-repeat top left;
	min-height:400px;
	padding:50px 25px 25px 50px;
	margin:0;
}
#text a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#text a:hover {
	font-style:italic;
}
#text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	line-height:1.5em;
	padding:4px 0;
	margin:0;
}
#text ul {
	padding:12px 0;
	margin:0;
}
#text li {
	padding:0 0 4px 0;
	margin:0;
}
#text ul ul {
	padding:0 0 0 15px;
	margin:0;
}
#text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:250%;
	line-height:1.25em;
	color:#eff16e;
	margin:0;
	padding:25px 0 12px 0;
	text-transform:lowercase;
}
#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	line-height:1.5em;
	font-weight:bold;
	color:#eff16e;
	padding:15px 0 0 0;
	margin:0;
}
#text img {
	border:#ffffff solid 1px;
}
#text img.left {
	border:#ffffff solid 1px;
	margin-right:8px;
	float:left;
}
#text img.right {
	border:#ffffff solid 1px;
	margin-left:8px;
	float:right;
}
#text .small {
	font-size:xx-small;
}
#footer {
	font-size:xx-small;
	line-height:1.5em;
	text-align:center;
	padding:50px 15px 0 15px;
	margin:0;
}
#footer p {
	font-size:small;
	line-height:1.25em;
	text-align:center;
}
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

