@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;

}

#wrap {
	height: 666px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	top: 80px;
	right: auto;
}


#topbar {
	background-image: url(assets/trans.png);
	height: 30px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	
	
}
#content {
	height: 626px;
	width: 930px;
	float:left;
	border: 1px solid #FF0000;
	
}
.front {background-image: url(assets/front.jpg);}
.profile {background-image: url(assets/profile.jpg);}
.fees {background-image: url(assets/fees.jpg);}
.gallery {background-image: url(assets/gallery.png);}

#nav {
	background-image: url(assets/trans.png);
	float: left;
	height: 40px;
	width: 930px;
}
#strap {
	font-size: 80%;
	color: #FF9966;
	background-image: url(assets/trans.png);
	text-align: left;
	height: 30px;
	width: 930px;
	float:left;
}
#strap a {
	font-style: italic;
	color: #FF9966;
	text-decoration: none;
}
#strap span {
margin-left:10px;
margin-right:10px;
margin-top:2px;
}
#strap p {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#nav a {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topbar h1 {
	font-size: 10px;
	font-weight: normal;
	color: #82A953;
	margin: 4px;
}
#disc {
	font-size: 70%;
	color: #009900;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}
#disc a {
	color: #00FF00;
	text-decoration: none;
	border-style: none;
}

#disc img {border:none;}

#linkholder {display: none;}
#proftext {
	background: url(assets/trans.png);
	float: left;
	width: 750px;
	position: relative;
	font-size: 76%;
	text-align: left;
	padding: 5px;
	border: 1px solid #FF0000;
	left: 100px;
	top: 350px;
	color: #009900;
}
#feetxt {
	background: url(assets/trans.png);
	float: left;
	width: 250px;
	position: relative;
	font-size: 76%;
	text-align: left;
	padding: 5px;
	border: 1px solid #FF0000;
	left: 50px;
	top: 50px;
	color: #009900;
}
#thumbs {
	width: 650px;
	border: 1px solid #FF0000;
	position: relative;
	left: 140px;
	top: 50px;
	float: left;
	font-size: 80%;
}
#thumbs img {
	background: #009900;
	margin: 20px;
	padding: 5px;
	float: left;
	border: 1px solid #FF0000;
}
#thumbs a {
	color: #FF0000;
	text-decoration: none;
}
