html {
	margin: 0px;
	padding: 0px;
}

h1,h2,h2 {
	font-family: Georgia,serif;
}

.adsense_horizontal {
}

h1 {
	font-size: 32px;
	font-weight: 800;
	color: #000;
}

h2 {
	font-family: Georgia, serif;
	font-weight: 800;
	color: #000;
	font-size: 14pt
}

h3 {
	font-family: Georgia, serif;
	font-weight: 800;
	color: #1006b8;
	font-size: 12pt
}

h4 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 10pt;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt
}

#nav {
	clear: both;
	background-color: #0080ff;
	padding: 6px 10px 10px 10px;
	margin: 0px 5px 0px 5px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0px;
	padding: 10px;
}

.menu {
	border-right: 2px solid #ccc;
	text-decoration: none;
	padding: 8px 10px 12px 8px;
	color: #fff;
	font-size: 10pt;
	font-weight: 800;
}

.menu:hover {
	background-color: #ccc;
	color: #000;
	font-style: italic;
}

#main {
	margin: 5px;
	margin-right: 245px;
	background-color: white;
	font-family: verdana, arial, sans-serif;
	padding: 5px 5px 5px 10px;
	border-right: solid #ccc 2px;
}

#mainwrapper {
	float: left;
	width: 100%;
}

body {
	margin: 10px;
	font-family: verdana, arial, sans-serif;
	background-color:#ccc;
	background: url("medsand.gif") repeat;
}

.calculator {
	border: solid 2px #0080ff;
	font-size: 10pt;
	max-width:400px;
}

input {
	text-align:center;
}
 
.user_input{
	
}

.result{
	background-color:#ccffff; 
	font-weight:bold;
	
}

#right_column {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	width: 230px;
	padding: 5px;
	background-color: #fff;
	font-size: small;
	font-family: sans-serif;
	color: #000;
	margin-left: -100%;
}

#right_column p {
	font-size: small;
	font-family: sans-serif;
	color: #000;
	font-weight: 800;
}

#right_column img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#wrapper {
	width: 1000px
}

<!--#f3f7d1-->

blockquote {
	font-family: Times, serif;
}

#header {
	margin: 5px;
	background-image: url("how_many_fish_banner3.jpeg");
	background-repeat: no-repeat;
	padding: 5px 5px 5px 10px;
}

img.title {
	float: left;
	height: 135px;
}

img.logo {
	width: 180px;
}

a img {
	border: 1px solid white;
}

a:hover img {
	border: 1px solid red;
}

a:hover {
	color: red;
/*

irrelevant definition to overcome IE bug */
}

#logo {
	position: absolute;
	top: 10px;
	left: 630px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	background-color: white;
	height: 20px;
	text-align: center;
}

#search {
	width: 180px;
	height: 120px;
	position: absolute;
	top: 50px;
	left: 630px;
	background-color: white;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#adsense {
	width: 180px;
	height: auto;
	position: absolute;
	top: 190px;
	left: 630px;
	background-color: white;
	padding: 0;
	text-align: center;
}

#pic {
	float: right;
	width: auto;
	margin: 0 0 15px 20px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	font-size: 12pt
}

#picmid {
	width: auto;
	margin: 0 0 15px 20px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	font-size: 12pt
}

span.foo {
	float: left;
	width: 0.7em;
	font-size: 400%;
	font-family: courier new, serif;
	line-height: 80%;
	color: #1006b8
}

p.indent {
	margin: 25px
}

li {
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt
}

#menubar {
	width: 600px;
	height: 20px;
	font-family: courier new, serif;
	color: #1006b8;
	border: 1px groove;
	text-align: center;
	font-weight: 800;
	background: white;
}

.hovermenu ul {
	font-weight: 800;
	font-family: courier new, serif;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	width: 600px
}

.hovermenu ul li {
	text-align: center;
	list-style: none;
	display: inline;
	font-weight: 800;
	font-family: courier new, serif;
	font-size: 16px;
	background-color: #FFFFFF;
}

.hovermenu ul li a {
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: #1006b8;
	background-color: white;
	border: 1px solid #1006b8;
}

.hovermenu ul li a:hover {
	background-color: #FFE271;
	border-style: outset;
}

.darkblue {color: #1006b8;
	
}
.lightblue{color: #0080ff;
	
}

#footer {text-align:center; border-top: 3px solid #0080ff; clear:both; padding: 5px;}

.search {float:right}

.italic {font-style:italic}

#content_wrapper {background-color:#000; border:none; margin: 5px; background-color:#fff}

html>body .hovermenu ul li a:active {
	

/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}