@charset "UTF-8";
ul#topnav {
	width: 231x;
	list-style: none;
	height: 18px;
}
ul#topnav li {
display:inline;
}
ul#topnav li a {
height:18px;
float:left;
text-indent:-9999px;
}
ul#topnav li#topnav-1 a {
width:61px;
background:url(Assets/nav.jpg) no-repeat 0 0; /* X and Y position at 0 */
}
ul#topnav  li#topnav-1 a:hover {
background-position:0 -18px; /* Y position -40px for Over instance image */
}
ul#topnav  li#topnav-1 a.current {
background-position:0 -36px; /* Y position -80px for Current instance image */
}
ul#topnav li#topnav-2 a {
width:87px;
background:url(Assets/nav.jpg) no-repeat -61px 0;
}
ul#topnav  li#topnav-2 a:hover {
background-position:-61px -18px;
}
ul#topnav  li#topnav-2 a.current {
background-position:-61px -36px;
}
ul#topnav li#topnav-3 a {
width:83px;
background:url(Assets/nav.jpg) no-repeat -148px 0;
}
ul#topnav  li#topnav-3 a:hover {
background-position:-148px -18px;
}
ul#topnav  li#topnav-3 a.current {
background-position:-148px -36px;
}
ul#bottnav {
	width: 400
	x;
	list-style: none;
	height: 18px;
}
ul#bottnav li {
display:inline;
}
ul#bottnav li a {
height:18px;
float:left;
text-indent:-9999px;
}
ul#bottnav li#bottnav-1 a {
width:61px;
background:url(Assets/nav.jpg) no-repeat 0 0; /* X and Y position at 0 */
}
ul#bottnav  li#bottnav-1 a:hover {
background-position:0 -18px; /* Y position -40px for Over instance image */
}
ul#bottnav  li#bottnav-1 a.current {
background-position:0 -36px; /* Y position -80px for Current instance image */
}
ul#bottnav li#bottnav-2 a {
width:87px;
background:url(Assets/nav.jpg) no-repeat -61px 0;
}
ul#bottnav  li#bottnav-2 a:hover {
background-position:-61px -18px;
}
ul#bottnav  li#bottnav-2 a.current {
background-position:-61px -36px;
}
ul#bottnav li#bottnav-3 a {
width:83px;
background:url(Assets/nav.jpg) no-repeat -148px 0;
}
ul#bottnav  li#bottnav-3 a:hover {
background-position:-148px -18px;
}
ul#bottnav  li#bottnav-3 a.current {
background-position:-148px -36px;
}
#bodycopy h1 strong {
	color: #aa6012;
	margin: 0px;
	padding: 0px;
	font-size: 60%;
}
#bodycopy p {
	margin: 0px;
	padding: 0px;
}
#fishoriginals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#fishoriginals a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A96127;
	text-decoration: underline;
}
#fishoriginals a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
