#sideBlue {
	color: #343F51;
}
#mainBlue {
	color: #45556C;
}
#black {
	color: #000000;
}
#white {
	color: #ffffff;
}
#red {
	color: #ff0000;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-family: Trebuchet, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}
.pageContainer {
	width: 725px;
	text-align: left;
	border: 1px solid #ff0000;
	background-color: #343f51;
	height: 100%;
}
.navContainer {
	background-color: #000000;
	width: 725px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;

}
#top {
	position: absolute;
	top: 170px;
}
#bottom {
	position: relative;
	bottom: 0px;
}
.navContainer a:link, .navContainer a:visited, .navContainer a:active {
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
	z-index: 400;
}
.navContainer a:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #ff0000;
	z-index: 400;
}
.left {
	width: 100px;
	float: left;
	position: absolute;
	top: 187px;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}
.right {
	width: 100px;
	float: right;
	position: relative;
	top: 19px;
	height: 100%; 
	text-align: center;
	padding-top: 10px;
}
.contentContainer {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 523px;
	position: relative;
	top: 19px;
	left: 100px;
	height: 100%;
	min-height: 400px;
	background-color: #45556c;
	padding: 10px;
}
.contentContainer a:link {
	color: #ff0000;
}
.contentContainer a:visited {
	color: #c0c0c0;
}
.contentContainer a:hover, .contentContainer a:active {
	color: #ffffff;
}
h1 {
	color: #ff0000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #343f51;
	border: 1px solid #ffffff;
}
h2 {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.header {
	/*background-image: url(../images/captainwoodys_header.jpg);*/
	width: 725px;
	height: 169px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 300;
}

#important {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}
.fish {
	z-index: 500;
/*	background-image: url(../images/fish.gif);*/
	width: 81px;
	height: 62px;
	position: absolute;
	top: 133px;
	left: 516px;
}
/*.fish a:hover {
	background-image: url(../images/fish_caught.gif);
	z-index: 500;
}*/
.location {
	text-align: center;
}
dl {
	background-color: #ffffff;
	border: 1px solid #343f51;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/water025.gif);
}
dt {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}
dd {
	border-bottom: 1px dotted #000000;
	color: #343f51;
}
address {
	text-align: center;
}