html,body {
	background-image: url(images/background.gif);
	text-align:center;
	margin:0px;
	font-family:verdana, arial;
}

object {
	display:block;
}

a {
	color:#003366;
	text-decoration:underline;
}

a:hover {
	color:#003366;
	text-decoration:none;
}

#wrapper{
	position:relative;
	width:770px;
	margin:0px auto;
}

#logo{
	/*background: transparent url(images/home_fish_logo.gif) no-repeat;*/
	width:175px;
	height:177px;
	position:absolute;
	top: 8px;
}

#logo img{
	border: none;

}


#container{
	width:742px;
	padding-top:61px;
	padding-left:28px;
	text-align:left;
}

h1 {
	color:#7f99b2;
	font-size:17px;
	padding-bottom:5px;
}


#header{
	width:742px;
	background-color:#003366;
	height:40px;
}

#header img {
	display:block;
}

#home_logo{
	float:left;
	padding-left:155px;
}


#download_button{
	padding-top:20px;
	width:257px;
	float:right;
}

#download_button img{
	border:none;
}

#home_content{
	width:742px;
	background-color:#6486ab;
	background: url(images/home_background.gif);
	background-repeat:repeat-y;
}
* html #home_content {height:1%;}


#content{
	width:742px;
	background-color:#6486ab;
	background: url(images/interior_background.gif);
	background-repeat:repeat-y;
}
* html #content {height:1%;}

#nav ul{
	list-style-type:none;
	margin: 0px;
	padding:110px 0 0 0; /*top right bottom left   */
	border: none;
}

#nav li {
	margin:0px;
	padding:0 0 5px 0; /*top right bottom left   */
}

#nav a{
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:6px 6px 6px 15px; /*top right bottom left   */
}

#nav a:hover{
	text-decoration:none;
	background-color:#325c88;
	color:#14c916;
}

#nav #active_link a{

	text-decoration:none;
	background-color:#325c88;
	color:#14c916;

}

#left{
	text-align:left;
	background-color:#6486ab;
	width:157px;
	float:left;
	display:inline;/* double margin fix for ie*/
}
* html #left{margin-right:-3px;} /* reduce the right margin to account for 3pixels*/

#home_center{
	color:#6486ab;
	line-height:1.6em;
	margin-left:157px;
	margin-right:305px;
	font-size:11px;

}

#int_center{
	/* color:#6486ab; */
	line-height:1.6em;
	margin-left:157px;
	margin-right:172px;
	font-size:11px;

}

#photo_gallery_content{
	background-color:#ffffff;
	float:right;
	width:585px;
}

/* * html #home_center_column {margin-left:160px;} /* fix 3 pixel jog and account for 3 pixels extra padding: margin-left:154px */

#content_padding{
	padding: 11px 11px 22px 11px;
}



#home_right{
	background-color:#003366;
	width:305px;
	float:right;
}

#int_right{
	/* background-color:#003366; */
	width:172px;
	float:right;
	padding:0px;
	margin:0px;
}

#int_right img{
	display:block;
}

#events_box{
	border-top:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	background-color:#003366;
	padding:15px 15px 15px 15px; /*top right bottom left   */
	color:#ffffff;
	font-size:11px;

}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}

#footer {
	padding-top:10px;
	padding-left:28px;
	font-size:10px;
	color:#003366;
}

#footer a{
	text-decoration:none;
	color:#003366;
	line-height:1.6em;
}

#footer a:hover{
	text-decoration:underline;
	color:#003366;
}

#design_by {
	color:#003366;
	font-size:10px;
}

#design_by a{
	color:#003366;
	font-size:10px;
	text-decoration:none;
}
