@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	background-image: url(assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	height: 575px;
	width: 850px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
.home {background-image: url(assets/home.jpg);}
.profile {background-image: url(assets/profile.jpg);}
.fees {background-image: url(assets/fees.jpg);}
.contact {background-image: url(assets/contact.jpg);}
.gallery {background-image: url(assets/gallery.jpg);}


#recogn {
	font-size: 70%;
	color: #666666;
	background-color: #000000;
	text-align: right;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: absolute;
	top: 0px;
}
#recogn a {
	color: #FF00CC;
	text-decoration: none;
	margin-right: 20px;
}
#nav {
	float: left;
	width: 600px;
	margin-top: 30px;
}

#nav a {border:none;}
#nav img {border:none;}

#navright {
	float: right;
	width: 600px;
	margin-top: 30px;
}

#navright a {border:none;}
#navright img {border:none;}

#profiletxt {
	font-size: 76%;
	color: #9999FF;
	float: right;
	width: 330px;
	margin-top: 10px;
	margin-right: 30px;
	text-align: left;
	clear: right;
}
#profiletxt a {
	color: #FFCCFF;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #9999FF;
}
#feetxt {
	font-size: 76%;
	color: #9999FF;
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
	clear: right;
}
#thumbs {
	font-size: 76%;
	color: #9999FF;
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
	clear: right;
}
#thumbs img {
	float: left;
	background-color: #9999FF;
	margin: 10px;
	padding: 4px;
	border: 1px solid #FF9966;
}
#disc {
	font-size: 70%;
	color: #9999FF;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#disc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#disc a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF00CC;
	text-decoration: none;
}
#linkholder {
	display: none;
}
