<!--
/* All browser CSS */

body {
	background-color: #333399;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 3px 3px 3px;
}

/* structure */
div#container {
	position: relative;
	width: 780px;
	text-align: left;
}
td.corner {
}
td.border {
	background-color: #78BFDE;
}
td.shadow_right {
	background-image: url(../images/shadow_bg_r.gif);
}
td.shadow_bottom {
	background-image: url(../images/shadow_bg_b.gif);
}
/* --- */


/* header */
td.header_left {
	background-color: #78BFDE;
}
td.header_right {
	background-color: #78BFDE;
	background-image:url(../images/fish_bg_tr.gif);
	background-position: 50% 50%;
	background-repeat:no-repeat;
	vertical-align: bottom;
	font-size: 12px;
}
td.header_right a:link,td.header_right a:visited {
	color: #333399;
	text-decoration: none;
}
/* --- */

/* main menu */
div#menu  {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 200px;
	height: auto;
	z-index: 1;
}
div#menu a:link, div#menu a:visited {
	display: block;	
	background-image:url(../images/menu_circle.gif);
	background-position: 25px 2px;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
div#menu a:hover {
	text-decoration: underline;
}
/* --- */


/* footer */
td.footer_container {
	background-color: #78BFDE;
	padding-top: 10px;
}
td#photos {
	text-align: right;
}
td.footer_menu {
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
}
td.footer_menu a:link, td.footer_menu a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
td.footer_menu a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
td#footertext {
	font-size: 9px;
	color: #9999FF;
	text-align: center;
}
td#footertext a:link,td#footertext a:visited {
	color: #9999FF;
	text-decoration: underline;
}
/* --- */


/* other classes */
/*ul.lobsterlist,li.lobsterlist {
	display: list-item;
	list-style-image: url(../images/lobster_bullet.gif);
	list-style-position: outside;
}*/

td.spacer {
	background-color: #78BFDE;
}
span.darkblue {
	color: #333399;
}
span.white {
	color: #FFFFFF;
}
/* --- */

-->