@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	margin: auto;
	height: 800px;
	width: 1024px;
}
#nav {
	float: left;
	width: 1000px;
	margin-top: 30px;
	margin-left: 10px;
}
#nav a {
	float: left;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	float: left;
	height: 600px;
	width: 800px;
	margin-left: 112px;
	margin-top: 30px;
}

#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#disc {
	font-size: 70%;
	color: #333333;
	float: left;
	width: 850px;
	margin-top: 30px;
	margin-left: 90px;
}
#wrap #disc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #disc a {
	color: #FF0000;
}
#linkholder {
	display: none;
}


.front {
	background-image: url(assets/front.png);
	background-position: bottom;
}

.gallery {
	background-image: url(assets/gallery.png);
	background-position: bottom;
}

#homeinfo {
	font-size: 90%;
	color: #E39998;
	text-align: left;
	padding: 10px;
	float: right;
	width: 340px;
	margin-top: 40px;
	margin-right: 10px;
	border: 1px solid #FF0000;
	overflow: auto;
	height: 300px;
	background-image: url(assets/mast.png);
}
#homeinfo a {
	color: #FF0000;
}
.fees {
	background-image: url(assets/fees.png);
	background-position: bottom;
}
iframe {
	margin: 0px;
	float: right;
	height: 60px;
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	overflow: hidden;
	background-color: #000000;
}

#feeinfo {
	font-size: 90%;
	color: #E39998;
	text-align: left;
	padding: 10px;
	float: right;
	width: 340px;
	margin-top: 40px;
	margin-right: 10px;
	border: 1px solid #FF0000;
	overflow: auto;
	height: 400px;
	background-image: url(assets/mast.png);
}
#feeinfo a {
	color: #FFCCCC;
	text-decoration: none;
	font-style: italic;
}

tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding: 3px;
}
.stand {
	font-size: 110%;
	color: #FFFFFF;
}
.profile {
	background-image: url(assets/profile.png);
	background-position: bottom;
}
#thumbs {
	font-size: 90%;
	color: #FF0000;
	float: left;
	width: 350px;
	margin-top: 30px;
	margin-left: 220px;
}
#thumbs a {
	color: #FF0000;
}
#thumbs img {
	margin: 15px;
	float: left;
	border: 3px double #FF0000;
}

