/* CSS Document */

.PageContent {
	height: auto;
	width: 700px;
	color:#CCCCCC;
	background-color: #000000;
	padding: 50px;
	background-image: url(../images/Torn%20Paper.jpg);
	background-repeat: no-repeat;
}

.GalleryTopArc {
	background-image: url(../images/Gallery/Gallery%20Arc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	display: block;
	background-color: #000000;
}

.GalleryPageContent {
	height: auto;
	width: 700px;
	color:#CCCCCC;
	background-color: #000000;
	padding: 0px 50px 50px 50px;
	background-image: url(../images/Background/Gallery%20Bottom%20Smoke.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.GalleryImage {
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.GalleryDescription {
	float: right;
	height: auto;
	width: 180px;
	padding-left: 10px;
}

.GalleryEnclosure {
	clear: both;
	height: auto;
	width: 780px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B5D5FF;
	margin-right: 10px;
	margin-left: 10px;
}

.GalleryHeading {
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9AC7F1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	clear: both;
	height: auto;
	width: auto;
	color: #FFFFFF;
}

.ThumbNailBorder img {
	border: 2px solid #4E7897;
}

.ThumbNailBorder:hover img {
	border: 2px solid #FBE34B;
	background-image: url(../images/Gallery/ThumbNail%20Background.jpg);
	background-position: center center;
}

.ThumbNailBorder:hover {
	color: white; /* irrelevant definition to overcome IE bug */
}

.ThumbNailSpacer {
	height: auto;
	width: 132px;
	padding-left: 57px;
	float: left;
}

.ThumbNailDescription {
	width: 189px;
	float: left;
	padding-top: 7px;
	padding-bottom: 30px;
}
.ThumbNailDescriptionEnd {
	width: 132px;
	float: left;
	padding-top: 7px;
	padding-bottom: 30px;
}

.ThumbNailRow {
	height: 132px;
	width: 700px;
}

.DescriptionRow {
	height: auto;
	width: 700px;
}

.darkgreen {
 color: #9DE1D3;
 }