@charset "UTF-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #76300c url(assets/BG.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #nav {
	float: left;
	height: 49px;
	width: 950px;
}



#wrap #content {
	float: left;
	height: 700px;
	width: 950px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#333, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #000;

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


#nav a {
	font-style: italic;
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	padding-top: 17px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #c28253;
}

#nav a:link {color: #894c28;}
#nav a:visited {color: #894c28;}
#nav a:hover {background: url(assets/locationBG.jpg);}

#location {
	float: right;
	width: 200px;
	margin-right: 50px;
	border-right: 1px solid #c28253;
	border-left: 1px solid #c28253;
	background: url(assets/locationBG.jpg);
	height: 47px;
}
#location h1 {
	float: left;
	margin-top: 15px;
	color: #894c28;
	font-size: 100%;
	text-align: center;
	width: 200px;
}
#disc {
	font-size: 70%;
	color: #000000;
	text-align: left;
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 50px;
}
#buttons img {
	border-style: none;
}

#buttons {
	opacity: 0.5;
}

#buttons p {
	float: left; width: 200px; margin: 10px;
}



#wrap #buttons a {
	font-size: 80%;
	font-style: italic;
	color: #FFFFFF;
	border-style: none;
}
#buttons {
	font-size: 70%;
	color: #E4BAA9;
	float: left;
	margin-top: 15px;
}
#thumbs {
	float: left;
	width: 880px;
	margin-top: 30px;
	margin-left: 35px;
	font-size: 70%;
	color: #000000;
}
#thumbs img {
	float: left;
	border: 1px solid #AA613A;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #000;
	margin: 5px;
}
#donationinfo {
	text-align: left;
	float: right;
	width: 450px;
	margin-top: 50px;
	margin-right: 50px;
}
#donationinfo li {
	color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square;
}
h1 {
	font: italic normal 150% Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
#profilenfo {
	text-align: left;
	float: left;
	width: 370px;
	margin-top: 50px;
	margin-left: 50px;
}
#contact {
	font-size: 110%;
	color: #FFFFFF;
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-left: 25px;
}
#contact a {
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

