﻿			.clearfix
			{
				display: block;
				clear: both;
			}
			
			.bgOrange
			{
				background-color: #ef9c29;
			}
			
			body
			{
				background-image: url(../../images/bg2.gif);
				
				font-family: sans-serif;
				font-size: 1em;
				color: white;
				margin: 0px;
			}
			
			a
			{
				color: white;
				text-decoration: none;
			}
			
			a:hover
			{
				color: #ef9c29 !important;
				text-decoration: underline;
			}
			
			#container
			{
				width: 914px;
				margin: 5px 0 0 0;
				padding: 0px;
				margin-left: auto;
				margin-right: auto;
			}			
			
			#header
			{
				height: 295px;
				background-color: #182f63;
			}
			
			#header #headImage
			{
				width: 914px;
				height: 261px;
				background-image: url(../../images/header.jpg);
			}
			
			#header #headImage h1
			{
				display: none;
			}
			
			#header #headImage p
			{
				display: none;
			}
			
			#header #navigation
			{
				height: 34px;
				margin: 0 7px 0 7px;
				padding: 0px;
			}
			
			#header #navigation ul
			{
				display: block;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
			
			#header #navigation ul li
			{
				list-style-type: none;
				float: left;
				margin: 7px 5px 7px 4px;
				height: 19px;
				display: block;
				border-right: 2px solid blue;
			}
			
			#header #navigation ul li.last
			{
				border-right: none;
			}

			#header #navigation ul li a span
			{
				display: none;
			}
			
			#header #navigation ul li a
			{
				height: 19px;
				display: block;
			}
			
			#header #navigation ul li #navHome
			{
				width: 52px;
				background-image: url(../../images/home_off.gif);
			}
			#header #navigation ul li #navHome:hover, #header #navigation ul li #navHome:focus
			{
				background-image: url(../../images/home_on.gif);
			}
			
			#header #navigation ul li #navGulfFishing
			{
				width: 194px;
				background-image: url(../../images/gulf_charter_fishing_boats_off.gif);
			}
			#header #navigation ul li #navGulfFishing:hover
			{
				background-image: url(../../images/gulf_charter_fishing_boats_on.gif);
			}

			#header #navigation ul li #navInshoreFishing
			{
				width: 115px;
				background-image: url(../../images/inshore_fishing_off.gif);
			}
			#header #navigation ul li #navInshoreFishing:hover
			{
				background-image: url(../../images/inshore_fishing_on.gif);
			}
			
			
			#header #navigation ul li #navSailing
			{
				width: 234px;
				background-image: url(../../images/sailing_off.gif);
			}
			#header #navigation ul li #navSailing:hover
			{
				background-image: url(../../images/sailing_on.gif);
			}

			
			#header #navigation ul li #navWatersports
			{
				width: 250px;
				background-image: url(../../images/parasailing_off.gif);
			}
			#header #navigation ul li #navWatersports:hover
			{
				background-image: url(../../images/parasailing_on.gif);
			}
			
			#content
			{
				width: 100%;
				background-color: #182f63;
			}
			
			#content yellowText
			{
				color: yellow;
			}
			

			.hrBottom
			{
				display: block;
				width: 100%;
				height: 16px;
			}
			
			.hrBottom hr
			{
				display: none;
			}			
			
			#footer
			{
				margin: 10px 0 10px 0;
				text-align: center;
				width: 100%;
			}
			
			#footer a
			{
				color: white;
				font-size: 80%;
			}


    #content #contentLeft
    {
        width: 200px;
        float: left;
        font-size: 90%;
    }
			
    #content #contentLeft ul
    {
        list-style-type: none;
        margin: 20px 10px 10px 25px;
        padding: 0px;
    }

    #content #contentLeft ul li
    {
        list-style-type: none;
        margin: 0px;
        padding: 0 0 5px 0;
    }
			
    #content #contentLeft ul li a
    {
        color: white;
    }
			

    #content #contentCenter
    {
        width: 400px;
        float: left;
    }
			
    #content #contentRight
    {
        width: 268px;
        height: 400px;
        float: right;
        margin-right: 15px;
    }
    
    #content .paddedContent
    {
    	padding: 5px 15px 5px 15px;
    }
    
    
    
        ul.adList
        {
        	margin: 0px;
        	padding: 0px;
        }

        ul.adList li
        {
        	display: block;
        	float: left;
        	width: 200px;
        	background-color: #000033;
        	margin: 10px;
        	text-align: center;
        }
        
        ul.adList li.first
        {
        	clear: both;
        }
        
        ul.adList li a img
        {
        	width: 170px;
        	height: 130px;
        	background-color: Gray;
        }
        ul.adList li a span
        {
        	font-weight: bold;
        	font-size: 80%;
        	width: 100%;
        	display: block;
        	margin: 5px;
        }
