@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #7a3b5a;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	height: 675px;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#linkholder {
	display: none;
}
#disc {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 80%;
	color: #000000;
}
#disc a {
	color: #660000;
	text-decoration: none;
}

.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);
}
#profiletext {
	float: left;
	width: 300px;
	margin-top: 80px;
	margin-left: 100px;
	font-size: 90%;
	text-align: left;
	background-image: url(assets/trans.png);
	padding: 10px;
	color: #EF74B1;
	border: 10px solid #CD0F7F;
}
#feeinfo {
	float: right;
	width: 260px;
	margin-top: 100px;
	font-size: 90%;
	text-align: left;
	background-image: url(assets/trans.png);
	padding: 10px;
	color: #EF74B1;
	border: 10px solid #CD0F7F;
	margin-right: 100px;
}
#contactinfo {
	float: left;
	width: 250px;
	margin-top: 180px;
	font-size: 90%;
	text-align: left;
	background-image: url(assets/trans.png);
	padding: 10px;
	color: #EF74B1;
	border: 10px solid #CD0F7F;
	margin-left: 100px;
}
#contactinfo a {
	font-style: italic;
	color: #FFCCFF;
	text-decoration: none;
}
#nav {
	float: left;
	height: 57px;
	width: 800px;
	margin-left: 40px;
	margin-top: 10px;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery {
	background-image: url(assets/gallery.jpg);
}
#feeinfo img {
	margin: 5px;
	float: left;
	border: 1px solid #FF66CC;
}
#feeinfo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#disc h1 {
	color: #000000;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE74AF;
	font-size: 12px;
}

