
.gallerycontainer {
	text-align: center;
	background-color: #3F5B70;
	width: 960px;
	margin-top: 15px;
	border: thin solid #FFFFFF;

}


html>body .gallerycontainer { 

margin-top: 99px;

}

.thumbnail img {
border: 1px solid #CCCCCC;
margin: 40px;
margin-bottom: 40px;
margin-top: 0px;

}

 

.thumbnail:hover{

background-color: transparent;
}

.thumbnail:hover img{



/*move tumb image*/
}

 


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 5px;
left: -1000px;

border-right: none;
visibility: hidden;
color: #000000;
text-decoration: none;
text-align: left;
}

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


.thumbnail:hover span{ /*CSS for enlarged image!!!!!!!!!!!!!*/
visibility: visible;

left: 58px;
padding-right: 50px;
 /*position where enlarged image should offset horizontally */
z-index: 50;
}
.pagetitle {font-size: 150%;}
.clickon {font-size: 75%}




#aboutext {
	background-color: #3f5b70;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	width: 908px;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 50px;
	padding-bottom: 75px;
	color: #FFFFFF;
}

html>body #aboutext { 

	margin-top: 99px;
}