/* CSS Document */

html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F7F5D9;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(images/backdrop.gif);
	background-repeat: repeat-y;
	background-position: top;
	height: 100%;
	}

body {
	background-color: #660000;
	}	
	
#backdrop {
	background-color: #FFFFFF;
	position: relative;
	height: 80%;
	width: 730px;
	background-image: url(images/backstage.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	background-position: bottom;
	margin: 0px auto;
}
#stage {
	background-color: #333333;
	background-image: url(images/stage.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	height: 20%;
	width: 730px;
	margin: 0px auto;
}
.light {
	float: left;
	z-index: 5;
	position: relative;
	width: 9%;
}
#baseline {
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(images/crowd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	margin: 0px auto;
	clear: both;
	width: 100%;
}
#topbar {
	background-color: #000000;
	height: 30px;
	width: 100%;
	position: relative;
    margin: 0px auto;
}
#textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	padding: 10px;
	position: relative;
	width: 710px;
	top: -80px;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	height: 88%;
	margin: 0px;
	overflow: auto;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}
#lightholder {
	height: 60px;
	width: 725px;
	position: relative;
	z-index: 10;
	margin: 0px auto;
	clear: both;
	top: -2px;
}
#holder {
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 80px;
	border: thin solid #00CC33;
	width: 100%;
	bottom: 30px;
	height: 70%;
    margin: 0px auto;
}
.lastlight {
	z-index: 5;
	clear: both;
	position: relative;
	width: 15%;
}
#textarea a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#textarea a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#textarea a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#textarea a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
	text-align: left;
}
p {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.mainlinks a {
color: #FFF;
	text-decoration: none;
}
.mainlinks a:link {
color: #FFF;
	text-decoration: none;
}
.mainlinks a:visited {
color: #FFF;
	text-decoration: none;
}
.mainlinks a:hover {
color: #FFF;
	text-decoration: none;
}
