@charset "UTF-8";
body {
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

#nav {
	width: 900px; height: 50px;
	margin-right: auto; margin-left: auto; margin-top: 20px;
	display: none; z-index: 99;
}

#nav img {
	border-style: none;
}
#nav a {
	float: left;
	margin-right: 15px; margin-left: 25px;
	border-style: none;
}

#content {
	height: 800px; width: 900px;
	margin-right: auto; margin-left: auto; margin-top: -30px;
	display: none; z-index: 0; 
}

#contentfill {
	float: left;
	width:900px ; height: 620px;
}

.logo {
	float: right; margin-right: 80px;
}

.home {background: url(assets/home.jpg) no-repeat top;}
.profile {background: url(assets/profile.jpg) no-repeat top;}
.donations {background: url(assets/fees.jpg) no-repeat top;}
.gallery {background: url(assets/gallery.jpg) no-repeat top;}
.contact {background: url(assets/contact.jpg) no-repeat top;}

#fees, #contact {
	float: right; display: none;
	width: 450px; padding: 20px;
	margin-top: 250px; margin-right:200px;	
}

#fees li{
	font-size: 120%; line-height: 30px;
}

#profile {
	float: right; display: none;
	width: 450px; padding: 20px;
	margin-top: 200px; margin-right:200px;	
}

#thumbs {
	float: right; display: none;
	width: 750px; padding: 20px;
	margin-top: 100px; margin-right:50px;	
}

#thumbs img {
	float: left;
	height: 100px; margin: 10px;
	border: 1px solid #9f7732;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
}


.node1 {
	background:#000;
	font-size: 100%; color: #ebdebc;
	text-shadow: 1px 1px 0px black; text-align: left;
	border: 1px solid #9f7732;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
	
}

#linkholder {
	display: none;
}
#credits {
	font-size: 80%;
	color: #666666;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#credits img {
	border-style: none;
}
#credits a {
	color: #FF00CC;
	text-decoration: none;
	border-style: none;
}

