body {
	padding: 0; margin: 0;
	text-align: center;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(assets/BG.jpg) scroll center top;
}

#frontwrap {
	width:686px ;
	margin: auto;
}

#frontcontent {
	float: left;
	width:684px ; height:768px ;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
}

#wrap {
	width:800px ;
	margin: auto;
}

#content {
	float: left;
	width:800px ; height:768px ;
}

.front {
	background: url(assets/front.jpg) no-repeat right;
}
.profile {background: url(assets/profile.jpg) no-repeat right;}
.fees {background: url(assets/fees.jpg) no-repeat right;}
.gallery {background: url(assets/gallery.jpg) no-repeat right;}

#disc {
	color: #FFCC99;
	float: right;
	width: 682px;
	margin-top: 10px;	
}

#disc img {border: none;}
#disc a {
	border: none;
	color: #FF9999;
	text-decoration: none;
}
#linkholder {display: none;}
#wrap #linkholder {
	display: none;
}
#wrap #disc {
	font-size: 70%;
	color: #FFCC99;
	float: right;
	width: 684px;
	margin-top: 10px;
}


#nav {
	float: left;
	width:165px;
	margin-top: 200px;
}

#nav img {border: none;}
#nav a {border: none; float:left; margin-top: 20px;}

.lefttext {
	font-size: 80%;
	color: #F5B6A8;
	float: left;
	width: 300px;
	margin-top: 100px;
	margin-left: 20px;
	overflow: auto;
	text-align: left;
	height: 530px;
	padding-right: 20px;
	letter-spacing: 0.15em;
	position: relative;
	white-space: normal;
	padding-bottom: 10px;
}
#contact {
	float: right;
	width: 684px;
	line-height: 15px;
	color: #ED9343;
	background: #140000;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#contact a {
	font-style: italic;
	color: #FFCC99;
	text-decoration: none;
}
.lefttext h2 {
	font-size: 120%;
	font-weight: bold;
	color: #EFAC9D;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.35em;
}
.lefttext li {
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #FF0000;
	list-style: square;
}
.v_scrollbar {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 18px;
	height: 100%;
	background-color:  #000;
	opacity: 0.2;
}
#thumbs {
	float: left;
	width: 600px;
	margin-top: 150px;
	margin-left: 30px;
}
#thumbs img {
	background: #000000;
	padding: 2px;
	float: left;
	border: 1px solid #FF0000;
	margin: 8px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	
}

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

.end_marker:before,
.end_marker:after {
	clear: both;
	display: inline-block;
	content: ".";
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

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

