@charset "utf-8";
/* CSS Document */

body   {
	color: #894400;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	background-color: #CCCCCC;
	font-size: 11pt;
}
p {}
td {}
h1  { font-size: 17pt }
h2 { font-size: 14pt }
.bulletspace {
	height: 24pt;
	line-height: 24pt;
}

/*photo album information*/

.imgtext {
	text-align:center;
}

#images {
	padding:2em;
}

.gallerycontainer {
	height:45em;
	position:relative;
}

.thumbnail img {
	border:0.125em solid #54391C;
	margin:0 0.3em 0.3em 0;
}

.thumbnail:hover {
	background-color:transparent;
}

.thumbnail:hover img {
	border:0.125em solid #787858;
}

.thumbnail span {
	background-color:#FBF7F3;
	border:0.125em solid #54391C;
	color:#090907;
	left:-1000px;
	padding:0.3em;
	position:absolute;
	text-decoration:none;
	visibility:hidden;
}

.thumbnail span img {
	border-width:0;
	padding:0.125em;
}

.thumbnail:hover span {
	left:16em;
	top:24em;
	visibility:visible;
	z-index:400;
}


