/* CSS Document */

/*  special classes */
.footer {
	font-size: 80%;
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000099;
	padding-top: 6px;
	
	}
.footer a {
	text-decoration: none;
	}	
.footer a:hover {
	text-decoration: underline;
	}	
	
	
.contact {
	text-align: right;
	font-size: 80%;
	color: #000099;
	padding: 3px; 
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000099;
 
	}	
.motto {
	font-size: 110%;
	font-style:italic;
	font-weight: bold;
	color: #0000CC;		
	}	
.floatright {
	border-width: 3px;
	border-style: double;
	border-color: #000099;
	float: right;
	margin: 6px;
	}
.floatLeft {float: left;}	
	
	
	
/*  html  */
h1 {
	font-size: 110%;
	padding-top: 10px;
	color: #000099;
 	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
/*	margin: 0px;*/
	color:#000000;
	text-align: center;
	}
 


/*  layout css */

#background {
	background-image: url(border_bground.gif);
	background-repeat: repeat-y;
	margin: 0 auto;	
	height: 100%;
	width: 751px;
	text-align: left;
	}
#topbar {
	background-image: url(fishermans_top_banner.jpg);
	margin: 0px;
	height: 199px;
	width: 751px;
	background-repeat: no-repeat;
	background-position: 0px;
	}	
#bottombar {
	background-color:#FFFFFF;
	background-image: url(bottom_bground.gif);
	background-repeat: no-repeat;	
	height: 13px;
	width: 692px;
	margin-left: 59px;
	}	
#tangradiant{
	background-image: url(tan_fade_bground.JPG);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 664px;
	margin-left: 73px;
 	}
	
#content{
 	margin-left: 180px; 
 	padding-right: 20px;
 
	}
	
	/* button controllers */
	
	
#button {
	width: 170px;
	margin-bottom: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 80%;
	font-weight: bold;
	padding-top: 10px;
	float: left;
/*	left: 54px;
	top: 236px;*/
	}
		
#button ul {
		list-style: none;
		border: none;
		}
		
#button li {
		padding-top: 5px;	
		}

#button li a {
		padding-top: 5px;
		display: block;
		border-top: 1px solid #ECEBF3;
		border-left: 1px solid #ECEBF3;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding-left: 24px;
		color: #000099;
		text-decoration: none;
		width: 100%;
		background-image:  url(up_button.gif);
		}

body #button li a {
	width: auto;
	height: 20px;
 	}

#button li a:hover {
	border-left: 1px solid #ECEBF3;
	border-right: 1px solid #CC0000;
	background-image:  url(over_button.gif);
	color:#330099;
	}
