@charset "UTF-8";
body {
	background-image: url(assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: repeat;
}
a {
	color: #bbc2cb;
	text-decoration: none;
}
#mast {
	background-image: url(assets/name.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 90px;
	width: 850px;
}
#wrap {
	margin: auto;
	width: 852px;
}
#front {
	background-image: url(assets/front.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 543px;
	width: 850px;
	border: 1px solid #333333;
}
#mainnav {
	float: right;
	width: 400px;
	margin-top: 20px;
}

#mainnav a {
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	font-size: 80%;
}
#fnav {
	float: left;
	width: 800px;
	position: relative;
	left: 50px;
	top: 350px;
	color: #666666;
	text-align: left;
	font-size: 80%;
}
#nav {
	float: right;
	width: 450px;
}

#nav a {
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
}
#ftext {
	font-size: 80%;
	color: #666666;
	float: left;
	width: 800px;
	margin-left: 25px;
	position: relative;
	top: 400px;
}
#ffooter {
	background-color: #360204;
	position: relative;
	height: 13px;
	width: 850px;
	top: 530px;
}
#content {
	float: left;
	width: 850px;
	border: 1px solid #333333;
	background-color: #000000;
}
#profpic {
	background-image: url(assets/profile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 600px;
	width: 400px;
}
#info {
	font-size: 80%;
	color: #666666;
	text-align: left;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 25px;
}
#info li {
	color: #bbc2cb;
}
#footer {
	background-color: #360204;
	float: left;
	height: 13px;
	width: 850px;
}
#feepic {
	background-image: url(assets/fees.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 450px;
	width: 400px;
}
#pic {
	float: left;
	height: 600px;
	width: 400px;
}
#thumbs {
	font-size: 80%;
	color: #666666;
	text-align: left;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 25px;
}
#thumbs img {
 border:none
}
#disc {
	color: #666666;
	font-size: 80%;
	float: left;
	margin-top: 10px;
	width: 850px;
}
#disc img {
 border:none
}
#linkholder {
	display: none;
}
