body{
	margin:0px;
	padding:0px;
}

#top{
	position:absolute;
	width:100%;
	height:120px;
	background-color:#33CC99;
	background-image:url(images/fish_logo2reduced.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#side{
	position:absolute;
	top:120px;
	width:142px;
	height:30px;
	background-color:#33CC99;
	overflow: visible;
	background-repeat: repeat-y;
	visibility: visible;
}

#corner{
	position:absolute;
	top:120px;
	left:142px;
	background-image:url(images/Corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:150px;
	height:150px;
}

#nav{
	position:absolute;
	top:128px;
	left:0px;
	width:142px;
	background-color: #33CC99;
	background-repeat: repeat-y;
	overflow: visible;
	font-size: 16px;
}

#nav a, #nav a:link,#nav a:active, #nav a:visited{
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
	width:120px;
	padding-top:6px;
	padding-bottom:6px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-color: #33CC99;
		
}

#nav a:hover{
	color:black;
	background-color: #009966;
}

#content{
	position:absolute;
	top:125px;
	left:150px;
	width:618px;
	height:90%;
	padding:10px;
	font-family: Verdana;
	font-size:14px;
	font-weight: bold;
	color:#000000;	
}

#PageTitle{
	font-family: verdana;
	font-size: 18px;	
	color: #33CC99;
}
	

#fishdetails {
	font-family: verdana;
	font-weight: normal;
	text-align: center;
 	font-size: 10px;
	color: #000000;
}

#menu {
	color:#000000;
	font-family: arial;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
		
}

#menu a:hover {
	color:#FFFFFF;
	background-color:#33CC99;	
}