@charset "UTF-8";
body {
	background: #000000 url(../assets/BG.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#wrapper {
	height: 714px;
	width: 976px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.front {background: url(../assets/front.png);}
.profile {background: url(../assets/profile.png);}
.fees {background: url(../assets/fees.png);}
.gallery {background: url(../assets/gallery.png);}

#nav {
	float: left;
	width: 850px;
	margin-top: 24px;
	margin-left: 80px;
	height: 34px;
}

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

#contentarea {
	float: left;
	height: 600px;
	width: 850px;
	margin-left: 63px;
}
#footer {
	float: left;
	width: 820px;
	margin-top: 5px;
	margin-left: 80px;
	height: 34px;
	font-size: 80%;
	color: #3a875a;
	font-weight: bold;
}
#footer a {
	font-style: italic;
	color: #c15521;
	text-decoration: none;
	font-weight: normal;
}
#proftext {
	font-size: 86%;
	color: #448D62;
	text-align: left;
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-left: 20px; padding-right:10px;
	text-shadow:1px 1px 0px black;
	background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.2);
}
#proftext a {
	color: #00FF66;
	text-decoration: none;
}
.taupe {
	color: #75683F; font-size: 90%;
}
#feetxt {
	font-size: 90%;
	color: #448D62;
	text-align: left;
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
}
#feetxt li {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7F706F;
}
#feetxt table {
	width: 60%;
	margin-left: 20%;
}
#feetxt table th {
	background: #262323;
	padding: 5px;
	border-bottom: 1px solid #051E13;
}
#feetxt table td {
	padding: 5px;
	border-bottom: 1px solid #051E13;
}
#thumbs {
	font-size: 90%;
	color: #448D62;
	text-align: left;
	float: left;
	width: 420px;
	margin-top: 20px;
	margin-left: 20px;
}
#thumbs img {
	margin: 10px;
	float: left;
	height: 60px;
	width: 60px;
	padding: 5px;
	background: #262323;
	border: 1px solid #051E13;
}
#disc {
	font-size: 70%;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #5C4B54;
}
#linkholder {
	display: none;
}

