@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	background-image: url(../images/site_images/water_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.wrapper {
	width: 100%;
	height: 50px;
	clear: none;
	margin: 0px;
	padding: 0px;
}

.main_wrapper {
	background-color: #000000;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
}


.header_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.header_wrapper a:link, .header_wrapper a:visited{
	color:#FFFFFF;
}

.header_wrapper a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.logo {
	height: 133px;
	width: 200px;
	margin-left: 40px;
	position: absolute;
	background-image: url(../images/site_images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_bar {
	float: right;
	height: 25px;
	width: 380px;
	margin-top: 12px;
}
.top_bar a:link, .top_bar a:visted, .top_bar a {
	color: #FFFFFF !important;
	text-decoration: none;
}
.top_bar a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.top_bar form {
	float: right;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.search_arrow {
	height: 21px;
	width: 21px;
	float: right;
}
.top_bar_textbox {
	width: 200px;
	float: right;
}

.top_bar_textbox a:link, .top_bar_textbox a{
	color:#FFFFFF !important;
}

.top_bar_textbox input {
	width: 190px;
	float: right;
	border: 2px solid #219295;
	margin-right: 8px;
}
.top_bar_text {
	float: right;
	color: #FFFFFF;
	margin-right: 8px;
	text-transform: uppercase;
	width: 140px;
	text-align: right;
	margin-top: 4px;
}
.flash_content {
	width: 960px;
	margin-right: auto;
	margin-top: -5px;
	margin-left: auto;
	height: 254px;
	background-image: url(../images/site_images/flash_placeholder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.polaroid {
	height: 276px;
	width: 300px;
	position: absolute;
	background-image: url(../images/site_images/polaroid.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 660px;
	margin-top: -5px;
}
.horizontal_nav {
	height: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.nav_button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 49px;
	width: 240px;
}

.home_content_wrapper {
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
.home_left_content {
	margin: 0px;
	padding: 0px;
	width: 447px;
	float: left;
}
.resource_header {
	background-image: url(../images/site_images/fishing_resources_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 447px;
	float: left;
}
.resources_image {
	background-image: url(../images/site_images/resources_image.png);
	background-repeat: repeat;
	background-position: center center;
	height: 94px;
	width: 223px;
	z-index: 500;
	margin-top: -55px;
	float: right;
}


.home_right_content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 447px;
}
.community_header {
	background-image: url(../images/site_images/fishing_community_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 47px;
	width: 447px;
}
.content_back {
	width: 447px;
	background-image: url(../images/site_images/content_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	z-index: 100;
	clear: left;
	color: #FFFFFF;
	padding-bottom: 16px;
}
.content_back p {
	margin: 0px;
	padding: 4px 0px 0px;
}



.footer {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site_images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 56px;
	clear: both;
	width: 960px;
	padding-top: 16px;
}
.footer_text {
	font-size: 10px;
	color: #CCCCCC;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	height: 20px;
	padding-left: 20px;
	float: none;
	clear: both;
}
.footer_nav {
	color: #FFFFFF;
	position: relative;
	top: 18px;
	left: 290px;
	width: 650px;
}
.footer_nav a:link, a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}
.footer_nav  a:hover {
	color: #FFCC00 !important;
	text-decoration: none;
}



/* CLAUDIA
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-image: url(../images/site_images/water_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.wrapper {
	background-color: #000000;
	width: 100%;
	height: 50px;
	float: left;
}

.main_wrapper {
	background-color: #000000;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 50px;
}
.header_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 50px;
}
.logo {
	height: 133px;
	width: 200px;
	margin-left: 40px;
	position: absolute;
	background-image: url(../images/site_images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:1;
}
.top_bar {
	float: right;
	height: 25px;
	width: 380px;
	margin-top: 5px;
}
.top_bar a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_bar a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.top_bar form {
	float: right;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.search_arrow {
	height: 21px;
	width: 21px;
	float: right;
}
.top_bar_textbox {
	width: 200px;
	float: right;
}
.top_bar_textbox input {
	width: 190px;
	float: right;
	border: 2px solid #219295;
	margin-right: 8px;
}
.top_bar_text {
	float: right;
	color: #FFFFFF;
	margin-right: 8px;
	text-transform: uppercase;
	width: 140px;
	text-align: right;
	margin-top: 4px;
}
.flash_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 254px;
	background-image: url(../images/site_images/flash_placeholder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	z-index:-1000;
}
.polaroid {
	height: 276px;
	width: 300px;
	position: absolute;
	background-image: url(../images/site_images/polaroid.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 660px;
	margin-top: -5px;
	z-index:0;
}
.horizontal_nav {
	height: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.nav_button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 49px;
	width: 240px;
}

.home_content_wrapper {
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
.home_left_content {
	margin: 0px;
	padding: 0px;
	width: 447px;
	float: left;
}
.resource_header {
	background-image: url(../images/site_images/fishing_resources_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 447px;
	float: left;
}
.resources_image {
	background-image: url(../images/site_images/resources_image.png);
	background-repeat: repeat;
	background-position: center center;
	height: 94px;
	width: 223px;
	z-index: 500;
	margin-top: -55px;
	float: right;
}


.home_right_content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 447px;
}
.community_header {
	background-image: url(../images/site_images/fishing_community_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 47px;
	width: 447px;
}
.content_back {
	width: 447px;
	background-image: url(../images/site_images/content_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	z-index: 100;
	clear: left;
	color: #FFFFFF;
	padding-bottom: 16px;
}
.content_back p {
	margin: 0px;
	padding: 4px 0px 0px;
}



.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image: url(../images/site_images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 12px;
	height: 56px;
}
.footer_nav {
	color: #FFFFFF;
	margin-left: 290px;
	margin-top: 18px;
}
.footer_text {
	font-size: 10px;
	color: #CCCCCC;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	height: 20px;
	float: left;
	padding-left: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
*/
