@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;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #ddbdbe;
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #796867;
	float: left;
	margin-bottom: 10px;
	margin-left: 50px;
	font-weight: normal;
	margin-top: 10px;
}
#mast {
	float: left;
	width: 900px;
}
#nav {
	float: left;
	width: 230px;
	margin-top: 30px;
}
#nav a{border:none;}
#nav img{border:none;}

#content {
	float: left;
	width: 1024px;
	height: 768px;
}
.front {background-image: url(assets/front.jpg);}
.profile {background-image: url(assets/profile.jpg);}
.fees {background-image: url(assets/fees2.jpg);}
.gallery {background-image: url(assets/gallery.jpg);}
#txt {
	float: right;
	width: 300px;
	font-size: 80%;
	text-align: left;
	color: #0062DF;
	top: 100px;
	position: relative;
	right: 230px;
}

#txt li {
	color: #F765BE;
	margin-top: 10px;
	margin-bottom: 10px;
}

#feetxt {
	float: right;
	width: 300px;
	font-size: 80%;
	text-align: left;
	color: #0062CD;
	top: 100px;
	position: relative;
	right: 230px;
	height: 400px;
	padding-right: 10px;
	overflow: auto;
}
#feetxt a {
	color: #FF0066;
	text-decoration: underline;
}
#feetxt li {
	color: #F765BE;
	margin-top: 10px;
	margin-bottom: 10px;
}
#galltxt {
	float: left;
	width: 200px;
	font-size: 90%;
	text-align: left;
	color: #ddbdbe;
	top: 200px;
	position: relative;
	left: 30px;
}
#thumbs {
	float: left;
	width: 300px;
	position: relative;
	left: 50px;
	top: 100px;
}
#thumbs img {
	margin: 10px;
	float: left;
	border: 1px solid #ddbdbe;
	background-color: #796867;
	padding: 5px;
}
#disc {
	font-size: 60%;
	color: #796867;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 800px;
}

