@charset "UTF-8";

html, body {height: 100%;}
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #000000 url(assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#wrap {
	background: url(assets/zebra.png) no-repeat center center;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#content {
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-left: 75px;
	border-right: 1px solid #CC3399;
	border-left: 1px solid #CC3399;
	background: url(assets/trans.png);
	height: 100%;
}
#nav {
	float: left;
	width: 200px;
	border: 1px solid #CC3399;
	background: url(assets/trans.png);
	height: 400px;
	position: relative;
	left: 5px;
	top: 250px;
	text-align: left;
	list-style: none;

}

#nav p {
	color: #FF99CC;
	margin: 5px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

#nav a {
	color: #FF6699;
	text-decoration: none;
	clear: left;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
	padding: 3px;
	width: 150px;
	background: url(assets/trans.png);
	margin-left: 5px;
}
#nav a:link {border: 1px solid #000000;}
#nav a:visited {border: 1px solid #000000;}
#nav a:hover {
	border: 1px solid #EC0D89;
}
#fade {
	display: none;
	float: left;
	width: 100%;
	height: 635px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 14px;
	color: #C000C0;
	text-decoration: none;
	text-align: right;
	float: left;
	width: 90%;
	font-weight: normal;
	margin: 0px;
}
#profile {
	background: url(assets/profile.png) no-repeat left top;
	float: left;
	height: 600px;
	width: 100%;
}
#proftext {
	font-size: 90%;
	color: #FF66CC;
	text-align: justify;
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-top: 30px;
}
#proftext li {
	color: #CC99CC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#fees {
	background: url(assets/fees.png) no-repeat right top;
	float: left;
	height: 600px;
	width: 100%;
}
#feetext {
	font-size: 90%;
	color: #FEBFFE;
	text-align: justify;
	float: left;
	width: 260px;
	margin-top: 30px;
	margin-left: 20px;
}

#feetext li {
	color: #CC99CC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#smallpics {
	float: left;
	margin-top: 20px;
	font-size: 70%;
	color: #CC66CC;
}
#smallpics a {
	color: #FFCCCC;
	text-decoration: none;
}
#smallpics img {
	margin: 12px;
	float: left;
	background: #FF99CC;
	padding: 4px;
	border: 1px solid #CC33CC;
}
#disc {
	font-size: 70%;
	color: #FF99CC;
	float: left;
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
}
#disc img {border:none;}

#disc a {
	border:none;
	color: #CC3399;
	text-decoration: none;
}
