body {
	margin: 0px; padding: 0px;
	background-color: #1a1a1a;
	text-align: center;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

#holder {
	width:100%;
	height: 660px;
	background-color: #151515;
}

.wrap {
	width: 960px; margin: auto;
}

#content {
	float:left;
	width: 960px;
	height: 530px;
}

#content h1 {
	margin: 10px;
	color: #5f5648;
	text-align: center; font-style:italic;
	font-size: 36px; font-weight: normal;
}

#content h2 {
	margin: 0px;
	color: #5f5648;
	text-align: center; font-style:italic;
	font-size: 24px; font-weight: normal;
}

#fees {
	float:right;
	width:500px; height:400px;
	margin-top:30px
}


#profile {
	float:right;
	width:600px; height:400px;
	margin-top:30px;
	color: #5f5648;
	text-align: left;
	font-size: 100%;
	
}

#gallery {
	float:left;
	width:850px; height:400px;
	margin-top:30px; margin-left: 50px;
	color: #5f5648;
	text-align: left;
	font-size: 100%;
	
}

#gallery img {
	float: left;
	height: 100px;
	margin: 8px; padding: 5px;
	background: #5f5648;
}

.profile { background: url(assets/profile.jpg) no-repeat left center;
}
.donations { background: url(assets/donations.jpg) no-repeat left center;
}

small, #disc {
	float:left;
	width:660px; min-height: 100px;
	margin-top:20px; margin-left:150px;
	font-size:80%; color: #5f5648;
}

#disc a {color:#fff; text-decoration:none;}
#linkholder {display:none;}

nav {
	float:left;
	width:610px; height: 60px;
	margin-left:180px;
}

nav a {
	float:left;
	margin-left:25px; margin-right:25px; font-size:110%;
	color:#fff; text-decoration:none; line-height:40px;
}
table {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5f5648;
	background-color: #1a1a1a;
	border: 1px solid #5f5648;
	width: 300px; margin: 20px 10px;
}

th { 
	padding: padding: 0px 4px;
}

td {
	text-align: left;
	margin: 0px; padding: 0px;
}

thead tr th {
	color: #000000;
	background: #5f5648;
	margin: 0px; padding: 0px;

}

tbody tr td {
	color: #5f5648;
	background: #1a1a1a; padding-top: 2px;
	padding-bottom: 4px;padding-left: 4px;

}

#contact {
	position: fixed;
	z-index: 999;
	top: 200px;
	left:auto;
	margin-left: 285px;
	width:400px; height: 150px;
	background: #000;
	margin: 1px solid #5f5648;
	display:none;
	
	font-size: 24px; line-height: 40px;	color: #5f5648; 
	-moz-box-shadow: 3px 3px 3px #5f5648; -webkit-box-shadow: 3px 3px 3px #5f5648;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-border-radius: 30px; -webkit-border-radius: 30px;
}

#contact a {
	color: #fff; 
}
