body {
	background-color:#000000;
	color:#ffffff;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
#wrapper {
	margin:0 auto;
	width:990px;
}
#outer {
	float:left;
	width:100%;
	background-color:#181818;
}
#topbar {
	float:left;
	width:100%;
	min-height: 80px;
}
#zone1 {
	clear: left;
	float: left;
	width: 100%;
	height:210px;
	position:relative;
}
#zone1 img {
	height:210px;
	position:absolute;
	top:0;
	left:0;
}
#navbar {
	clear: left;
	float: left;
	width: 100%;
	height:30px;
	background-image:url(../images/purple-bg.jpg);
	background-repeat:repeat-x;
	font-size:80%;
}
#navbar ul {
	width:100%;
	display:inline;
	list-style-type:none;
}
#navbar ul a {
	font-weight: bold;
	margin:0;
	padding:0px 20px;
	list-style: none;
}
#navbar ul li {
	float: left;
	border-left: 2px solid #e1b838;
	padding-top:7px;
}
#navbar ul li.first {
	border-left: 0;
}
#navbar ul li a {
	float: left;
	padding: 0 14px;
	color:#ffffff;
	text-decoration: none;
}
#navbar ul li a:hover,
#navbar ul li a:focus,
#navbar ul li a:active {
	color: #e1b838;
}
#content {
	clear: left;
	float: left;
	width: 100%;
	min-height:400px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}
h1 {
	font-size:90%;
	color:#d74791;
}
p {
	font-size:80%;
	color:#ffffff;
}
#left {
	float:left;
	clear:both;
	width:430px;
	padding:20px 0 0 30px;
}
#left a {
	color:#cccccc;
}
#left a:hover {
	color:#ffffff;
}
#right {
	float:right;
	padding:20px 0 20px 0;
	clear:right;
	width:480px;
	text-align:center;
}
#dancefloor {
	clear: left;
	float: left;
	width: 100%;
	height:270px;
	width:100%;
}
#gallery img {
	border:0px;
}
#youtube{
}
#footer {
	clear: left;
	float: left;
	width: 100%;
	background-color:#4D2262;
	min-height: 45px;
	font-size:70%;
	color:#ffffff;
	text-align:center;
	padding-top:12px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#999999;
}