@charset "UTF-8";
body {
	background: #000000 url(assets/BG.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}
#wrap {
	width: 952px;
	margin: auto;
}
#wrap #content {
	float: left;
	height: 650px;
	width: 950px;
	border: 1px solid #333333;
	margin-top: 50px;
}

.front {background: url(assets/home.jpg);}
.profile {background: url(assets/profile.jpg);}
.fees {background: url(assets/fees.jpg);}
.gallery {background: url(assets/gallery.jpg);}
#wrap #linkholder {
	display: none;
}


#content_area {
	float: left;
	height: 610px;
	width: 950px;
}
.frontheader {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-top: 540px;
	margin-right: 150px;
}
#wrap #content #nav {
	font-size: 80%;
	color: #CCCCCC;
	text-align: center;
	float: left;
	width: 900px;
	margin-left: 25px;
	margin-top: 8px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #333333;
	padding: 3px 15px;
}

#nav a:link {background-color: transparent;}
#nav a:visited {background-color: transparent;}
#nav a:hover {background-color: #000000;}



#proftext {
	float: left;
	width: 350px;
	margin-top: 100px;
	margin-left: 70px;
	font-size: 90%;
	color: #bbc2cb;
	text-align: left;
}
#proftext li {
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square;
}
#feeinfo {
	float: right;
	width: 350px;
	margin-top: 50px;
	font-size: 90%;
	color: #bbc2cb;
	text-align: left;
	margin-right: 70px;
}
#feeinfo li {
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square;
}
#disc {
	font-size: 70%;
	color: #666666;
	float: left;
	width: 850px;
	margin-top: 20px;
	margin-left: 50px;
	text-align: center;
}
#disc a {
	color: #FF00CC;
	border-style: none;
	text-decoration: none;
}
#disc img {
	border-style: none;
}

.number {
	font-size: 120%;
	letter-spacing: .045em;
}

#linkholder {display:none;}
