body	{	background-color:#fff;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			width: 750px;
			font-size:110%;
		}
h1		{	text-align:center;	}
ul.menu	{	float:left;	
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
ul.menu li
		{	list-style-type:none;
			margin:0px;
			padding:5px 0px;
			font: 18pt "Comic Sans MS", Tahoma, sans-serif;
			width: 138px;
			height: 49px;
			text-align:center;
			vertical-align:middle;
		}
li.home {	background-image:url(home_back.gif);
			background-repeat: no-repeat;
		}
li.home:hover
		{	background-image:url(home_back_on.gif);
			background-repeat: no-repeat;
		}
li.sealife 
		{	background-image:url(sealife_back.gif);
			background-repeat: no-repeat;
		}
li.sealife:hover
		{	background-image:url(sealife_back_on.gif);
			background-repeat: no-repeat;
		}
li.other {	background-image:url(other_back.gif);
			background-repeat: no-repeat;
		}
li.other:hover
		{	background-image:url(other_back_on.gif);
			background-repeat: no-repeat;
		}
li.woodshole
		{	background-image:url(woodshole_back.gif);
			background-repeat:no-repeat;
		}
li.woodshole:hover
		{	background-image:url(woodshole_back_on.gif);
			background-repeat:no-repeat;
		}
li.about
		{	background-image:url(about_back.gif);
			background-repeat:no-repeat;
		}
li.about:hover
		{	background-image:url(about_back_on.gif);
			background-repeat:no-repeat;
		}
li.ordering {	background-image:url(ordering_back.gif);
			background-repeat: no-repeat;
		}
li.ordering:hover
		{	background-image:url(ordering_back_on.gif);
			background-repeat: no-repeat;
		}

a:link, a:visited, a:active, #content a:link, #content a:visited, #content a:active
		{	color: #0555A4;
			text-decoration:none;	
			border-bottom: 1px dotted #0555A4;
		}
a:hover, #content a:hover {	border-bottom: 1px solid #0555A4;	}
li a:link, li a:visited, li a:active, li a:hover
		{	color: #000000;
			text-decoration:none;
			border: 0px;
		}


p.footer {	clear:both;
			border-top: 1px solid #0069B3;
			width: 80%;
			text-align: center;
			margin:15px auto;
		}	
#content
		{	margin: 0px 15px 0px 155px;
			background-image:url(Squid_bgcontrast.jpg);
			background-position: center;
			background-repeat:no-repeat;
			min-height: 300px;
			width: 550px;
		}
#content, table, th, td
		{	font-size: 110%;	}
div.thumbs
		{	padding: 0px 10px;
			width: 400px;
			height: 400px;
			margin-left: 150px;
			border: 0px solid #000;
		}
div.thumbs p
		{	
			height: 110px;
			width: 110px;
			text-align:center;
			float:left;
			border:2px solid #0000ff;	
			padding: 0px;
			line-height: 100px;			
			margin: 0px;
		}
div.thumbs p img
		{	vertical-align:middle;
			
		}	
div.thumbs p.nextprev
		{	
			height:25px !important;
			line-height: 20px;
			border: 0px;	
			float: left;
			padding: 0px 5px;
		}
div.thumbs p a:link, div.thumbs p a:visited, div.thumbs p a:active, div.thumbs p a:hover
		{	border:0px;	}

img, h1 img, h1 a:link img, h1 a:visited img	{	border: 0px solid #ff0000 !important;	}