@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

body {
	position:relative;
	background-image:url(seafloor.jpg); background-position:top; background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link, a:visited, a:active {
	color:#FFF;
	border-bottom:dotted #FFF 1px;
	text-decoration:none;
	}

a.nounder, a:hover {
	border:none;
	}

#container {
	width:760px;
	margin:10px auto 25px;
	padding:0px 10px;
	min-height:550px;
	color:#ffffd0;
	z-index: 1;
}

#nav {
	font-size:11px;
	font-weight:700;
	color: #fff;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	float: left;
}

ul li {
	float: left;
}

ul a {
	display: block;
	float: left;
	/* line-height: 1.5em;*/
	font-size:120%;
	text-align:center
}

ul.smallblock a {
	width: 132px;
	border: none;
	margin:0px 10px;
	text-decoration:underline;
}

ul.largeblock a {
	/* use with only two rows of links -- margin:5px 20px 10px; */
	margin:3px 20px 0px;
	width: 213px;
	border: none;
	text-decoration:underline;
}

ul a:hover {
	color:#006;
}

#content {
	width:660px;
	margin:25px auto 0px;
}

#content p {
	margin-top:10px;
	line-height:180%;
}

h3 {
	margin:20px auto 10px;
	padding-left:15px;
	background:url(hook.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline
	}

.nofishnopay {
	color:#FFF;
}

.bold {
	font-weight:700
}

#counter {
	margin:10px auto 80px;
	width:100px;
	}
	
#counter a {
	border:none;
	}
	
#seafloor {
	position:absolute;
	bottom:0;
	height:72px;
	width:100%;
	z-index:-5;
}

.bottomtext {
	position:absolute;
	bottom:5px;
	font-size:10px;
	font-weight:700;
	color:#FFF;
	}

.webdesign {
	right:10px;
}

.copyright {
	left:10px;
}

table {
	margin:0px
}