body {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto;
	width: 952px;
}
#wrap #mast {
	background: url(assets/logo.png) no-repeat left top;
	float: left;
	height: 87px;
	width: 950px;
}
#wrap #content {
	float: left;
	height: 600px;
	width: 950px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=5, OffY=5);
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.front {background-image:url(assets/home.jpg);}
.profile {background-image:url(assets/profile.jpg);}
.donations {background-image:url(assets/fees.jpg);}
.gallery {background-image:url(assets/gallery.jpg);}
.contact {background-image:url(assets/contact.jpg);}

#nav {
	float:right;
	widows:500px;
	margin-top:30px;
}

#nav a {
float:left;
margin-left:20px;
border:none;
}

#nav img {border:none;}

.lefttext {
	color: #b78d77;
	font-size: 80%;
	text-align: left;
	width: 280px;
	height: 500px;
	margin-top: 50px;
	margin-left: 228px;
	padding-left: 30px;
	position: relative;
	overflow-x: hidden;
    overflow-y: auto;
    white-space: normal;
	text-shadow: gray 1px 1px 2px;
	letter-spacing: 2px;
}

.lefttext ul{
	float: left;
	margin-left: -40px;
}

.lefttext li {
	color: #000;
	background-color: #9e8765;
	list-style-type: none;
	list-style-position: outside;
	opacity: 0.46;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #672c24;
}

.v_scrollbar {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 18px;
	height: 100%;
	background-color: #211c19;
	opacity: 0.3;
}

.v_scrollbar_move {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 20px;
	background-color: #9e8765;
	cursor: pointer;
	margin: 4px;
	
}

.end_marker:before,
.end_marker:after {
	clear: both;
	display: inline-block;
	content: ".";
	background-color: #211c19;
}

.end_marker {
	width: 100%;
	clear: both;
	float: left;
	height: 20px;
	background-color: #211c19;
}
h2 {
	color: #693027;
	font: small-caps bold 20pt Georgia, "Times New Roman", Times, serif;
	margin: 2px;
}

h3 {
	color: #693027;
	font: small-caps bold 14pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#contactinfo {
	color: #b78d77;	
	font-size: 70%;
	text-align: left;
	float:right;
	width: 450px;
	height: 500px;
	margin-top: 50px;
	margin-right: 130px;
	text-shadow: gray 1px 1px 2px;
	letter-spacing: 2px;
}
#contactinfo a {
	color: #d7ac89; text-decoration:none;
}
#disc {
	float:left;
	width: 850px;
	margin-top: 20px;
	margin-left: 50px;
	font-size: 70%;
	color: #b78d77;
}
#disc img {
	border: none;
}
#disc a {
	border: none;
	color: whitesmoke;
	text-decoration: none;
}

#disc span {
	margin-left: 30px;
	margin-right: 30px;
}
#thumbs {
	color: #b78d77;
	font-size: 80%;
	float: left;
	width: 300px;
	margin-left: 230px;
	margin-top: 70px;
}
#thumbs img {
	border: 1px solid #693027;
	float: left;
	margin: 7px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=5, OffY=5);
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;

}
