body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0px; margin: 0px;
	text-align: center;
	background-color: black;
	font-size: 1em;
}

#wrap {
	width: 900px;
	margin: auto;
}

#content {
	float: left;
	margin-top: 30px;
	width: 898px; height: 718px;
}

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

#nav {
	float:left;
	width: 700px;
	margin-left: 100px; margin-top: 20px;
}

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


#nav a:link, nav a:visited {border: none;}
#nav a:hover {border-bottom: 1px solid orange;}

#nav img {border: none;}

#proftext {
	float: left; display: none;
	margin-top: 350px; margin-left: 100px;
	height: 180px; width: 680px;
	padding: 10px;
	background-color: black;
	color: #ffcc66; font-size: 80%; line-height: 16px;
	text-shadow: 1px 1px 1px black;
	border: 1px solid #ff8000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
}

#feetext {
	float: left; display: none;
	margin-top: 150px; margin-left: 100px;
	height: 180px; width: 680px;
	padding: 10px;
	background-color: black;
	color: #ffcc66; font-size: 80%; line-height: 16px;
	text-shadow: 1px 1px 1px black;
	border: 1px solid #ff8000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
}

#thumbs {
	float: left; display: none;
	margin-top: 190px; margin-left: 100px;
	height: 250px; width: 680px;
	padding: 10px;
	background-color: black;
	color: #ffcc66; font-size: 80%; line-height: 16px;
	text-shadow: 1px 1px 1px black;
	border: 1px solid #ff8000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
}

#feetext li {
text-align: left;
line-height: 26px;
}

.mailme {color:grey; text-decoration: none; font-size: 130%;}
.standout {font-size: 120%; font-weight: bold; color: red}
.standoutbig {
	font-size: 150%; font-weight: bold; color: #ff0000;
	line-height: 30px; letter-spacing: .085em;
}
#thumbs img {
	float: left;
	margin: 10px; padding: 10px;
	height: 80px;
	background-color: red;
	text-shadow: 1px 1px 1px black;
	border: 1px solid #ff8000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
}

#disc {
	float: left;
	color: #ffcc66; font-size: 70%; line-height: 16px;
}
#disc a {color: red; text-decoration: none;}
#linkholder {display: none;}


