@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	background-image: url(assets/BG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	background-image: url(assets/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	margin: auto;
}
#holder {
	width: 890px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: 800px;
}
#nav {
	float: left;
	width: 890px;
}
#nav a:link {border: none;}
#nav a:visited {border: none;}
#nav a:hover  {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#nav img {
	border: none;
}
#content {
	float: left;
	height: 600px;
	width: 890px;
	margin-top: 20px;
}
.front {background-image: url(assets/front.jpg);}
.profile {background-image: url(assets/profile.jpg);}
.fees {background-image: url(assets/fees.jpg);}
.contact {
	background-image: url(assets/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.gallery {
	background-image: url(assets/gallery.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 80%;
	color: #45B471;
}

#profileinfo {
	font-size: 80%;
	text-align: left;
	float: left;
	width: 380px;
	color: #4BCC7D;
	position: relative;
	left: 70px;
	top: 10px;
}
#profileinfo li {
	color: #FF0000;
	margin-top: 5px;
}
#feeinfo {
	font-size: 80%;
	text-align: left;
	float: right;
	width: 380px;
	color: #4BCC7D;
	position: relative;
	top: 10px;
	right: 40px;
}
.red {color: #FF0000;}

#contactinfo {
	font-size: 80%;
	text-align: left;
	float: left;
	width: 420px;
	color: #4BCC7D;
	position: relative;
	left: 70px;
	top: 10px;
}
#contactinfo a {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
.forminput {
	font-size: 80%;
	color: #000000;
	background-color: #FF0000;
	border: 1px solid #4BCC7D;
	margin-right: 10px;
	margin-left: 10px;
}
#disc {
	font-size: 60%;
	float: left;
	width: 400px;
	position: relative;
	left: 50px;
	top: 450px;
	text-align: left;
	color: #4BCC7D;
}
#disc a {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
#linkholder {
	display: none;
}
#thumbs img{
	margin: 10px;
	padding: 5px;
	border: 1px solid #FF0000;
	background-color: #4BCC7D;
	height: 80px;
	width: 80px;
}
#thumbs a {
	color: #F7B8D5;
}
