/* BODY AND CONTAINER */

		body {
			background-color: #cccccc;
			background-image: url(../images/background2.jpg);
			background-repeat: repeat-x;
			}

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;
			background-color: #e3f3df;
			border: 0px #010c51 solid;
		}
		
/* GENERAL STYLES */

         ul 
         {
         list-style-image: url('../images/arrows.jpg');
		 margin: 0px 0px 0px 0px;
		 padding: 0px 0px 0px 20px;
         }
		 
		 li
		 {
		  padding-bottom: 2px;
		  padding-left: 5px;
		 }
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #ffffff;
			font-size: 100%;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #378026;
			text-align:center;
		}
		
			h3 {
			color: #ffffff;
			font-size: 100%;
			font-family: Arial, Helvetica, sans-serif;
			background-image:            url(../images/featured_menu.jpg);
			background-color: #ffffff;
			text-align:center;
			height: 23px;
			width: 165px;
			padding-top: 5px;
			margin: 0px 0px 0px 0px;
		}
					h4 {
			color: #ffffff;
			font-size: 100%;
			font-family: Arial, Helvetica, sans-serif;
			background-image:            url(../images/normal_menu.jpg);
			background-color: #ffffff;
			text-align:center;
			height: 23px;
			width: 165px;
			padding-top: 5px;
			margin: 0px 0px 0px 0px;
		}
		
				h5 {
			color: #ffffff;
			font-size: 100%;
			font-family: Arial, Helvetica, sans-serif;
			background-image:            url(../images/featured_center_menu.jpg);
			background-color: #ffffff;
			text-align:center;
			height: 23px;
			width: 400px;
			padding-top: 5px;
			margin: 0px 0px 0px 0px;
		}
		
		
		a {
			color: #66749A;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;*/
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #1b2985;
	  		margin: 0px;
			
	  	}

		img.left {
	  	/*	float: left;*/
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		/*float: right;*/
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#menu {
			border-bottom: 0px solid #378026;
			padding-top: 0px;
			clear: both;
            text-align:center;
			background-image: url(../images/fishmenu.jpg);
			background-color: #2a25b2;
            height: 36px;
			}
			
			#menu a:link {color: #FFFFFF}
           #menu a:visited {color: #FFFFFF}
           #menu a:hover {color: #FFFFFF}
           #menu a:active {color: #FFFFFF}

		#header {
			border-bottom: 4px solid #378026;
			padding-top: 10px;
			clear: both;
			margin-bottom: 2px;
			background-image:            url(../images/fishhead.jpg);
			background-color: #2a25b2;
height: 189px;}
		
		#header p { 
                       text-align: right;
			margin-top: -20px;
			margin-right: 20px;
			color: #EFEFEF;
		}
                #header h1 {
                        text-align: right;
                        padding-right: 20px;
                }

/* NAVIGATION */

		#nav {
	width: 165px;
	margin: 5px;
	clear: none;
	float: left;
		}
		/*
		#nav li a {
			height: 32px;
  			height: 24px;
			text-decoration: none;
		}	
	
		#nav li a:link, #nav li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(images/menu1.jpg);
			padding: 8px 0 0 10px;
		}
	
		#nav li a:hover {
			color: #FFF;
			background:  url(images/menu1.jpg) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
*/
		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 400px;
	clear: none;
	/*background-color: #cc0000;*/
	margin-left: 185px;
		}
		
		#content p {
			/*padding-bottom: 10px;
			border-bottom: 1px dashed #ccebc5;*/
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			/*border-bottom: 1px #ccebc5 ridge;*/	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* RIGHTBAR */

		#rightbar {
			float: right;
			width: 165px;
			margin: 5px;
			/*background-color: #cccccc;*/
		}
		
		#rightbar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #ccebc5;
		}
		
		#rightbar a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #ccebc5;	
			font-weight: 500;	
		}
		
		#rightbar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			text-align: center;
			background-image: url(../images/fishfooter.jpg);
			height: 35px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #ccebc5;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		
		#box {
	border-top: 0px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 2px;
		}
		
		#SlideshowControl
		{
		padding-bottom: 5px;
		}

#SlideshowControl a:active
{
text-decoration: none;
}

#SlideshowControl a:link
text-decoration: none;
}

#SlideshowControl a:hover
{
text-decoration: none;
}