body {
	text-align: center;
	font-family: Times New Roman;
	font-size: 1em;
/*	background-color: #eea110; */
	background-color: #fff;
}

a {
	text-decoration: none;
}
a:active, a:visited, a:link {
	color: #f4d291;
}
a:hover {
	color: #eebe62;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
}

h3 {
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #f4d291;
	font-family: Arial, sans-serif;
	text-transform: uppercase;}

.italic {
	font-style: italic;
}

.error {
	font-weight: bold;
	color: #f88;
	font-size: 110%;
}

#page {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #1e6ce0;
	color: #fff;
	font-size: 80%;
}

#header {
	position: relative;
}

#menubar {
	position: absolute;
	top: 161px;
	left: 0px;
	background: url(../images/navbar.gif) bottom left no-repeat;
	height: 63px;
	width: 421px;
	padding-left: 429px;
	z-index: 2;
}

.menuitem {
	float: left;
	padding: 42px 8px 0px 8px;
	font-size: 9pt;
	height: 16px;
	border-bottom: 4px solid #eea110;
	white-space: nowrap;
}

.menuitem:hover, .menuitem.over {
	background-color: #eebe62;
}

.menuitem a:active, .menuitem a:visited, .menuitem a:link, .menuitem a:hover {
	color: #000;
}

#submenu {
	background-color: #fff;
	height: 167px;
	position: relative;
	top: 12px;
	padding: 25px 10px 0px 600px;
	width: 240px;
	border-bottom: 11px solid #f4d291;
}

.home, .dscatalog {
	background: #fff url(../images/home_boat.jpg) no-repeat;
}

.tales {
	background: #fff url(../images/tales_photo.jpg) no-repeat;
}

.news {
	background: #fff url(../images/news_photo.jpg) no-repeat;
}

.contact {
	background: #fff url(../images/contact_photo.jpg) no-repeat;
}

.fishsale {
	background: #fff url(../images/fishsales_photo.jpg) no-repeat;
}

.fishitems {
	background: #fff url(../images/fishyitems_photo.jpg) no-repeat;
}

.fishmenu {
	background: #fff url(../images/menu_photo.jpg) no-repeat;
}

.submenuitem {
	position: relative;
	padding: 10px 0px 10px 0px;
}

.submenuitem img {
	position: absolute;
	top: -10px;
}

.submenuitem a:active, .submenuitem a:link, .submenuitem a:visited {
	color: #000;
}

.submenuitem a:hover {
	color: #eea100;
}

#content {
	padding: 35px 20px 20px 35px;
}


#footer {
	height: 26px;
	background: url(../images/footer.jpg);
	width: 850px;
	text-align: center;
	color: #000;
	font-size: 10pt;
	padding-top: 9px;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #1e6ce0;
}

#credits {
	text-align: center;
	font-size: 54%;
	margin-top: 10px;
	color: #666;
}

#credits a:link, #credits a:active, #credits a:visited {
	color: #888;
}

#credits a:hover {
	color: #eebe62;
}

/**** page specific ***/
 
.hpleft {
	float: left;
	width: 565px;
}

.hpright {
	float: left;
	width: 190px;
	padding-top: 50px;
	padding-left: 40px;
}

.menupage {
	text-align: center;
	width: 795px;
}

.author {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 10px;
}

.gallery {
	text-align: center;
	width: 750px;
}

.thumbs {
	margin-top: 15px;
}

.thumbs img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}