/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  background:#010b19 url(../images/bg-ocean.jpg) top repeat-x;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	width: 100%;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	color: #CC0000;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

a:link, a:visited {
	color: #006699; text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color: #FF8B3E;	text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}


.footer {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

.fishin_title {
  font-weight: bold;
  color: #082e90;
}
.white_title {
  font-weight: bold;
  color: #ffffff;
}
.red_letters {
  font-weight: bold;
  color: #FF0000;
}

/*- Menu 1--------------------------- */ 	

#menu1 {
      float:left;
      font-size:93%;
      line-height:normal;
      }
#menu1 a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
#menu1 a:link, #menu1 a:visited {
	color: #FFFFFF;
	display: block;
	padding: 0px 0 0 20px;
	}
#menu1 a:hover {
	color: #FFCC00;
    }