body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center; /*centering for ie*/
	background-image: url(images/body-bg-tile.jpg);
	background-repeat: repeat-x;
	background-color: #66BAF7;
}


img
{       border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	padding: 5px 10px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #435E66;
}

a:link, a:visited
{
	color: #025590;
}

a:hover, a:active
{
	color: #0099CC;
}

p

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
}li {
	list-style-type: circle;
	padding: 0;
	margin: 0;
}
.small {
	font-size: 90%;
}
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #d7edfd;
	margin: 0;
	padding: 20px 0 0 340px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 425px;
	margin: 0;
}
h2  a:active {
	color: #FFFFFF;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #3e3e3e;
	background-image: url(images/fish-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 16px 0;
	margin: -5px 0;
}
h4 {
	color: #3E3E3E;
	font-size: 14px;
	font-style: italic;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding-top: 10px;
}
.wrapper 
{
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 1026px;
	background-image: url(images/content-bg-tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.content-bg-left {
	background-image: url(images/content-bg-l.jpg);
	background-repeat: no-repeat;
	width: 1026px;
	background-position: left top;
margin: 0;
padding: 0;
}
.content-bg-right {
	background-repeat: no-repeat;
	width: 1026px;
	background-position: right top;
	background-image: url(images/content-bg-r.jpg);
margin: 0;
padding:0;
}
.header {
	background-image: url(images/header-bg.jpg);
	width: 998px;
	height: 562px;
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
padding:0;
}
.floatleft {
	padding: 5px;
	float: left;
}
.floatleft img {
	padding: 20px 0;
}
.floatright {
	width: 600px;
	margin: 0 0 0 240px;
}
.content {
	background-color: #D4FEFF;
	margin: -80px 0px 0 70px;
	width: 900px;
}
.intro {
	font-size: 15px;
	color: #025590;
	font-weight: bold;
	width: 450px;
	position: relative;
	left: 400px;
	top: 80px;
}
.imgfloatright
	{ float: right;
	margin: 10px;}


.nav {
	width: 550px;
	height: 125px;
	position: relative;
	left: 380px;
	top: 43px;
}

.nav a {
	display: block;
	height: 125px;
	text-indent: -9999px;
	border: 0px none;
}
.nav a:hover {
	
	border: 0px none;
	
}
.nav a:visited {
	
	border: 0px none;
	
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-home a {
	background: url(images/nav-home.gif) no-repeat;
	width: 89px;
}
.nav li.nav-fishing-reports  a {
	background: url(images/nav-fishing-reports.gif) no-repeat;
	width: 197px;
}
.nav li.nav-floridas-fish a {
	background: url(images/nav-floridas-fish.gif) no-repeat;
	width: 172px;
}
.nav li.nav-rates a {
	background: url(images/nav-rates.gif) no-repeat;
	width: 91px;
}
.nav  li.nav-home   a:hover {
	background: url(images/nav-home.gif) no-repeat 0 -125px;
}
.nav li.nav-fishing-reports a:hover {
	background: url(images/nav-fishing-reports.gif) no-repeat 0 -125px;
}
.nav li.nav-floridas-fish a:hover {
	background: url(images/nav-floridas-fish.gif) no-repeat 0 -125px;
}
.nav li.nav-rates a:hover {
	background: url(images/nav-rates.gif) no-repeat 0 -125px;
}

