/* Default Links */
a {
	color: #AA0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
/* End */



/* Layout Options */

body {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	background-color: #000000;
}
/* Main Container */
#divContainer {
	font-size: x-small;
	margin: 0 auto;
	/*border: 1px solid #CCC;*/
	height: 650px;
	width: 1000px;
	position: relative;
	top: 50px;
	background-image: url(images/background.jpg);
}
/* End */



/* Header Image */
#imgHeader {
	position: absolute;
	top: 0px;
	right: 0px;
}
/* End */



/* layers containing the body text */
#divWhatsOn {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	border: 1px solid #333333;
	overflow: auto;
	height: 300px;
	background-color: #232323;
	scrollbar-face-color: #232323;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #;

}
#divComingSoon {
	position: absolute;
	text-align: center;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width: 1000px;
	top: 500px;
}
#divAboutUs {
	position: absolute;
	left: 260px;
	top: 150px;
	width: 500px;
	font-size: small;
	font-weight: normal;
}
#divAboutSet {
	position: absolute;
	left: 260px;
	top: 150px;
	width: 500px;
	font-size: small;
	font-weight: normal;
}
#divMusic {
	position: absolute;
	left: 260px;
	top: 150px;
	width: 500px;
	font-size: small;
}
#divMusicPlayer {
	position: absolute;
	left: 0px;
	top: 100px;
}
#divContactUs {
	position: absolute;
	left: 260px;
	top: 150px;
	width: 500px;
	font-size: small;
}
/* End */



/* Form Formating */
input.radio, input.checkbox {
  width: auto;
}
.FormField {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	border: 1px solid #ccc;
	background-color: #232323;
	color: #FFFFFF;
}
input.submit {
	width: 120px;
	height: 20px;
	background: transparent;
}
input.submit:hover {
	background-color: #AC66A1;
}
fieldset p {
	margin: 0.3em 0;
}


/* Navigation Menu */
#divMenu {
	position: absolute;
	top: 118px;
	right: 10px;
	color: #AC66A1;
}
/* End */



/* Footer */
#divFooter {
	font-size: x-small;
	color: #666;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
/* End */


/* Text Styles */
.BoldText {
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}
.Font10px {
	font-size: 10px;
}
.Font12px {
	font-size: 12px;
}
.Font14px {
	font-size: 14px;
}
.Font18px {
	font-size: 18px;
}
.White {
	color: #FFFFFF;
}
.ResultText {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	clear: both;
	border: thin solid #FFCC33;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	width: 250px;
}
.ErrorText {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFC1C1;
	text-align: center;
	clear: both;
	border: thin solid #800000;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	width: 250px;
}
/* End */
