@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrap {
	margin: auto;
	width: 852px;
}
#wrap #contact {
	font-size: 84%;
	color: #c50075;
	float: left;
	width: 700px;
	margin-top: 26px;
	margin-left: 75px;
	text-align: center;
	font-weight: bold;
	height: 30px;
}
#wrap #contact a {
	font-style: italic;
	color: #9C0057;
	text-decoration: none;
}
#nav {
	font-size: 90%;
	float: right;
	width: 600px;
}
#nav a {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 6px;
}

#nav a:link {color: #fb0096;}
#nav a:visited {color: #fb0096;}
#nav a:hover {color: #F97AF3;}


#wrap #content {
	float: left;
	height: 550px;
	width: 850px;
	margin-top: 40px;
	border: 1px solid #ea008e;
}
.home {background-image: url(assets/front.jpg);}
.profile {background-image: url(assets/profile.jpg);}
.fees {background-image: url(assets/fees.jpg);}
.reviews {background-image: url(assets/reviews.jpg);}
.video {background-image: url(assets/video.jpg);}

#buttons img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buttons {
	float: left;
	width: 850px;
	margin-top: 50px;
}
#vid {
	border: 1px solid #FF0099;
	position: relative;
	height: 277px;
	width: 410px;
	left: 220px;
	top: 250px;
	float: left;
}
#wrap #disc {
	font-size: 70%;
	color: #333333;
	float: left;
	width: 800px;
	margin-top: 30px;
}
#wrap #disc a {
	color: #FF00CC;
	text-decoration: none;
}

.lefttext a {
	color: #fff;
	margin-top: 10px;
	margin-left: 20px;
}

#wrap #disc strong {
	font-weight: bold;
	color: #FF3399;
	font-size: 110%;
}


#linkholder {display:none;}

.lefttext {
	font-size: 80%;
	color: #FFCCFF; font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 10px black;
	width: 450px; height: 300px;
	padding-right:10px;
	position: relative;
	left: 200px; margin-top: 235px;
	overflow-x: hidden; overflow-y: auto;
    white-space: normal; letter-spacing: 1px;
}

.lefttext li {border-bottom: 1px solid #ff00cc; padding-top: 5px; padding-bottom: 5px; font-style: italic;}

.v_scrollbar {
	position: absolute;
	top: 0px;
	left: 440px;
	width: 10px;
	height: 100%;
	background-color: #620000;
	opacity: 0.8;
}

.v_scrollbar_move {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 20px;
	background-color: #ff00cc;
	cursor: pointer;
	margin: 4px;
	
}

.end_marker:before,
.end_marker:after {
	clear: both;
	display: inline-block;
	content: ".";
	background-color: #ff00cc;
}

.end_marker {
	width: 100%;
	clear: both;
	float: left;
	height: 20px;
	background-color: red;
}

