/* CSS Document */
body{
	background-color: #ffffff;
	background-image:url(images/cBAck2.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #000000;
	}
	
#content{
	width:800px;
	background-image:url(images/orangeB.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}
	
#brown {
	display: none;	
	}
	
#orange {

	}
	
#blue {
	display: none;
	}
	
	
.rightAngle {
	margin-left: 600px;
	}	
	
#main{

	}
		
a:link {
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
	}
	
a:hover {
	text-decoration: underline;
	color:#FF6600;
	}
	
p {
	margin: 3px 3px 2px 3px;
	padding: 2px;
	}
	
.fish{
	margin-right: 110px;
	}	
	
.credit{
	margin-top: 100px;
	font-size: xx-small;
	color: #9a715a;
	}

.emp{
	font-size: small;
	font-weight: 700;
	color: #897b42;
	}
	
.allClear{
	font-weight: 300;
	text-decoration: none;
	}	
	
.tF{
	font-size: small;
	}	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
width: 350px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -335px;
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*/
visibility: visible;
top: 0;
left: 275px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
	


