@charset "ISO-8859-1";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #000000 url(assets/bg.jpg) no-repeat fixed center top;
	margin: 0px;
	padding: 0px;
}

#mast {
	float: left;
	height: 157px;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #651d5f;
	border-bottom: 1px solid #651d5f;
	background: url(assets/mast.png);
}

#mast_inner {
	background: url(assets/name.png) no-repeat left top;
	float: left;
	width: 850px;
	height: 157px;
}

#mast_inner a {
	font-style: italic;
	text-decoration: none;
	color: #BB14EB;
}

.wrap {
	margin: auto;
	width: 852px;
}

#mast .wrap #content {
	background: url(assets/frame.png) no-repeat left top;
	float: left;
	height: 598px;
	width: 850px;
	margin-top: 30px;
}

.centre {
	margin-top: 20px;
	position: relative;
	left: 200px;
}

#nav {
	float: right;
	width: 400px;
	margin-top: 70px;
	font-size: 80%;
	border: 1px solid #501040;
	margin-right: 50px;
	padding: 10px;
	background: #000000;
}

#nav a {
	font-size: 110%;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	
}
#nav a:link {color: #BB20AA;}
#nav a:visited {color: #BB20AA;}
#nav a:hover {color: #fff;}
h2 {
	float: right;
	width: 430px;
	margin-top: 5px;
	font-size: 90%;
	margin-right: 50px;
	padding: 10px;
	color: #691961;
	letter-spacing: .045em;
}

#profile {
	background: url(assets/profile.png) no-repeat center bottom;
	float: left;
	height: 595px;
	width: 800px;
	font-size: 80%;
	color: #6D1F69;
	text-align: left;
	margin-left: 25px;
}

#profile_inner {
	float: left;
	width: 650px;
	margin-top: 30px;
	margin-left: 100px;
}

#fees {
	background: url(assets/fees.png) no-repeat right center;
	float: left;
	height: 595px;
	width: 850px;
	font-size: 80%;
	color: #6D1F69;
	text-align: left;
}

#fees_inner {
	float: left;
	width: 350px;
	margin-top: 100px;
	margin-left: 120px;
}
#fees_inner li{
	margin-top: 10px;
	margin-left: 10px;
	list-style: square;
	color: #AD41B4;
	letter-spacing: .065em;
}

#gallery {
	float: left;
	width: 600px;
	position: relative;
	left: 150px;
	top: 10px;
	font-size: 80%;
	color: #6D1F69;
	text-align: center;
}

#gallery img {
	float: left;
	border: 3px double #330641;
	margin: 10px;
}

#disc {
	background: url(assets/mast.png);
	padding: 10px;
	float: left;
	width: 750px;
	border: 1px solid #410751;
	margin-left: 50px;
	font-size: 70%;
	color: #6D1F69;
	text-align: justify;
}

#disc h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 3px double #460C40;
}

#disc a {
	font-size: 120%;
	color: #BB20AA;
	padding: 2px 15px;
	float: left;
	background: #000000;
	border: 1px solid #BB20AA;
	position: relative;
	left: 300px;
	text-decoration: none;
}

#frontmast {
	font-style: italic;
	text-decoration: none;
	color: #BB14EB;
	float: left;
	height: 337px;
	width: 850px;
	background: url(assets/name.png) no-repeat left top;
}
#credits {
	font-size: 66%;
	color: #6D1F69;
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
}

#credits a {
	text-decoration: none;
	color: #ff00cc;
}
#linkholder { display: none; }
