@charset "UTF-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#frame {
	height: 600px;
	width: 900px;
	margin-top: 50px;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
}


.front {background: url(assets/home.jpg);}
.profile {background: url(assets/profile.jpg);}
.fees {background: url(assets/fees.jpg);}
.pleasures {background: url(assets/pleasures.jpg);}
.gallery {background: url(assets/gallery.jpg);}
.contact {background: url(assets/contact.jpg);}


#nav {
	float: left;
	width: 225px;
	height: 600px;
}
#nav a {
	font-size: 200%;
	font-weight: lighter;
	background: url(assets/button.png);
	float: left;
	height: 46px;
	width: 150px;
	padding-top: 20px;
	text-decoration: none;
	margin-bottom: 1px;
	text-align: left;
	padding-left: 75px;
}

#nav a:link {color: #FF0000;}
#nav a:visited {color: #FF0000;}
#nav a:hover {color: #FFFFFF;}


#content {
	float: left;
	height: 570px;
	width: 650px;
	margin-right: 10px;
	margin-left: 10px;
}
#strap {
	color: #FFFFFF;
	text-align: right;
	float: left;
	width: 600px;
	font: 150% "Times New Roman", Times, serif;
}

#content #text {
	text-align: left;
	float: left;
	width: 300px;
	margin-top: 40px;
	margin-left: 20px;
	font-size: 110%;
	background: url(assets/trans.png);
	padding: 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
}
#frame #content #text a {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
#map {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #FF0000;
	height: 400px;
}
#content #textpleasures {
	text-align: left;
	float: left;
	width: 450px;
	margin-top: 40px;
	margin-left: 20px;
	font-size: 110%;
	background: url(assets/trans.png);
	padding: 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
}
#disc {
	color: #333333;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
#disc a {
	color: #FF00CC;
	text-decoration: none;
	border-style: none;
}
#disc img {
	border-style: none;
}
#gall {
	float: left;
	height: 570px;
	width: 650px;
}
#content #linkholder {
	overflow: auto;
	height: 500px;
	width: 550px;
}
#content #news {
	text-align: left;
	float: right;
	width: 300px;
	margin-top: 300px;
	font-size: 110%;
	background: url(assets/trans.png);
	padding: 0px;
	color: #FF0000;
	margin-right: 80px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
