body {background: #fff url("images/cropped Flying Fish logo.png");font-size: small;  font-family:"Lucida Grande", "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;}
/** html body {
font-size: x-small;
f\ont-size: small;
	}*/
#wrap {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

#header {background: transparent;
	margin: 0 auto 0 auto;
/* 	height:50em; */
	}
/*#header {background: transparent;
	margin: 0 auto 0 56px;
	}*/
/*#main {
	float:left
	width:60%;
	}*/
#leftcol {
/* position: absolute; */
background: url("images/lighter.gif");
font-size:140%;
		width:100%;
/*  		float: left;  */
		border: 1px solid #eee;
		z-index:1;
	}

#leftcol dd {
	margin: 0;
	padding: 5px;
	font-size:85%;
	line-height: 1.5em;
	color: #555;display: inline;
	}



#content {
/* 	background: url("../images/lighter.gif"); */
	font-size:110%;
	width:100%; 
/* 	height:23em; */
/* float: left; */
/* float: right;  */
	border: 1px solid #eee; 
/* background: #fff url("bglilac.gif") repeat-x 0 0; */
  margin: 1% 0px 0 0;
	}
/* #content dd ul {padding-left:7px; margin-left:7px;} */
#content dl {
	/*float: left;*/
	margin:0px 0px;
/* 	width:380px; */
	padding: 0;
	display: inline; /*fix for iewin double margin bug */
	}
#content dt {
	/*float: right;*/
/* 	width:380px; */
	margin: 0;
	padding: 0 0 10px 0;
	font-size:130%;
	letter-spacing: 1px;
	color: #009966;
/* 	color: #666699; */
	}
#content dd {
	margin: 0;
/* 	padding-left:2em; */
/* 	padding: 5px; */
 padding: 0em 0em 0 1em; 
font-size:90%;
	line-height: 1.5em;
/* 	color: #555; */
	}
/*#content span
{float:right;margin: -140px 0 0 0;z-index:99;padding: 0em 2em 0 0em;}*/

#content .alt dt {
		float: left;
		}
#content .alt dd.img img {
		float: right;
		margin: 0 0 0 8px;
			}

#rightcol {
/* position: absolute; */
background: url("images/lighter.gif");
font-size:100%;
		width:100%;
/* 		height:100%; */
/* 		float: right; */
		border: 1px solid #eee;
/* 		 vertical-align:top; */z-index:1;
margin: 2% 0 0 0%; 
clear: both;
	}

#rightcol span {
	margin: 0;
	padding: 2px;
	font-size:85%;
	line-height: 1.5em;
	color: #555;
	}

#rightcol dt {
color: #066;}

#rightcol dd {
margin: 0;}

#navcontainer ul
{
list-style-type: none;
padding: 0;
margin: 0;
/* margin-left: 1em; */
text-align: center;

}
#navcontainer ul li { display: inline; }

#navcontainer ul li a { text-decoration: none; padding: .2em 1em;color: #666;}

#navcontainer li
{
background-image: url(images/stroketrns2.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 2em;
}

#navcontainer ul li a:hover
{
color: #006633;
/* background-color: #369; */
}
#navcontainer li a#current
{
color: #ccc;
}


#centercolumn
{
/*  border: 1px solid #eee; */
width:33%;
/* background: #eee; */
float:left;

}

#centercolumn a { font: bold sans-serif;
    
   text-decoration: none; color: #36c;
   }

.column a:hover {color: #411; background:inherit;}
###########
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
#rightcol dt {
color: #066;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 40px;
left: 160px; /*position where enlarged image should offset horizontally */

}

#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 10px;
	width: 150px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}
.thumbnail
{
float:left;
width: 110px;
height:180px;
border: 1px solid #eee;
margin: 0 15px 15px 0;
padding: 10px;
}

.thumbnail p {padding-top:0px;}
.thumbnail p drop {margin-top:15px;}
.clearboth { clear: both; }