body {
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	background: #000000 url(assets/BG.jpg);
	margin: 0px;
	padding: 0px;
}
#wrap {
	width:950px;
	margin:auto;
}

#heading {
 	width:950px;
	height:80px;
	background:url(assets/name.png) no-repeat left top;
}

#content {
 	width:950px;
	height:700px;
}

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

#content_inner {
	width:950px;
	height:600px;
	float:left;
}

#nav {
	width:950px;
	float:left;
}
#nav a {
float:left;
width:137px;
height:59px;
background:url(assets/button.png) no-repeat left top;
padding-top:40px;
margin-left:30px;
color:maroon;
text-decoration:none;
}


#proftext {
text-align: left;
font-size: 80%;
width:700px;
margin-left:200px;
margin-top:70px;

}

#proftext li {

width:400px;
margin-left: 80px;
margin-top: 20px;
color: maroon

}

#feetext {
	text-align: left;
	font-size: 80%;
	width:400px;
	margin-top:70px;
	float: right;
	margin-right: 100px;
}
#feetext a {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
#feetext li {
	font-size: 150%;
	margin-top: 40px;
}
#thumbs {
	float: left;
	width: 600px;
	margin-top: 50px;
	margin-left: 250px;
}
#thumbs .photo {
	margin: 20px;
	float: left;
	border: 3px solid #660000;
	background: #660000;
}
#disc {
	font-size: 70%;
	color: #CCA06A;
	float: left;
	width: 850px;
	margin-top: 30px;
	margin-left: 50px;
}
#disc a {
	color: #FF00CC;
	text-decoration: none;
	border-style: none;
}
#disc img {border-style: none;}#wrap #linkholder {
	display: none;
}
