body{
	background-image:url(images/PageBackground_H.gif);
	background-repeat:repeat-x;
	background-color:#efecd7;
	margin:9px;
}
.MainArea{
	border:#000 2px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:440px;
	overflow:visible;
}
.TextHeader{
	background-color:#e7eccd;
	color:#8d5628;
	width:590px;
	padding:10px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.SubHeaderText{
	color:#8d5628;
	font-size:14px;
	font-weight:bold;
	}
.MainArea p, .MainArea h1{
	padding-left:10px;
	padding-right:10px;
}
a {
	color:#919e51;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}
a:active, a:visited {
	color:#333300;
	}
.FancyBorder{
	padding:5px;
	background-color:#efecd7;
	border:2px #8d5628 solid;
	}
.FancyBorder img{
	border:1px #8d5628 solid;
}
.GalleryFolder, .GalleryImage{
	padding:5px;
	float:left;
	text-align:center;
	margin:5px;
	background-color:#efecd7;
	border:2px #8d5628 solid;
	}
.Galleries img, .GalleryImage img{
	border:0;
	}
.Galleries, .GalleryImages{
	margin:10px;
	}
.GalleryImageNavigation{
	text-align:center;
	padding:15px;
}
.GalleryNavigation{
	float:left;
	text-align:center;
	padding:10px;
	}