body {
	padding:0px; margin: 0px;
	background: #000 url(assets/BG.jpg) no-repeat fixed center top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

h1 {
	font-size: 30px;
	font-family: 'Monoton', cursive; color: #e91b6c; 
	text-shadow: 1px 1px 0px #000;

}


#content {
	float: left;
	width:960px; height: 700px;
	margin-top: 10px;
	-moz-box-shadow: 3px 3px 8px #000; -webkit-box-shadow: 3px 3px 8px #000;
	-moz-border-radius: 30px; -webkit-border-radius: 30px;
}



.front {background: url(assets/front.jpg) left top}
.profile {background: url(assets/profile.jpg) left top}
.donations {background: url(assets/donations.jpg) left top}
.gallery {background: url(assets/gallery.jpg) left top}

nav {
	float: left;
	width: 960px; height: 30px;
	margin-top:30px;
	font-size: 24px; line-height: 36px;
	font-family: 'Monoton', cursive;
	color: #00;
	text-shadow:4px 4px 4px #ff0000;
}

nav a:link, nav a:visited {
	color: #fff; 

}

nav a:hover{
	color: #000; 

}

nav a {
	float: left;
	margin-left: 30px; margin-right:30px;
	line-height: 24px; text-decoration: none;
}



.profiledetails, .feetext, #thumbs {
	width: 450px; height: 300px;
	padding: 10px;
	overflow: auto; float: right;
	margin-top: 200px; margin-right: 50px;
	color: #666;
	text-align: left; font-style: italic;
}

li {
	line-height: 30px;
}


#thumbs img {
	float: left;
	height: 90px;
	margin: 6px;
	border: 2px solid #e91b6c;
	-moz-box-shadow: 3px 3px 8px #666; -webkit-box-shadow: 3px 3px 8px #666;
	opacity:0.7;
}


#disc {
	float: left; margin-top: 20px;
	color: #fff; font-size: 70%;
}

#disc a, disc img {
	border: none; color: #bbc2cb; text-decoration: none;
}

#linkholder {
	display: none;
}

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

#contact a {
	color: #000;  text-shadow: #c1819b 4px 4px 4px;
}
