body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #6c070e;
}
#main {
	background-color: #100001;
	height: 300px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 192px;
	width: 100%;
}
#scroll{
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
	width: 760px;
	height: 300px;
	scrollbar-3dlight-color:#ffff00;
    scrollbar-darkshadow-color:#ffff00;
	scrollbar-arrow-color:#ffff00;
    scrollbar-base-color:#710008;
    scrollbar-face-color:#100001;
    scrollbar-highlight-color:#100001;
    scrollbar-shadow-color:#710008;
}

#header {
	background-attachment: scroll;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 192px;
}
#footer {
	background-image: url(images/footer_divbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	top: 492px;
	height: 71px;
	position: absolute;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a0000a;
	color: #ffffff;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	overflow: auto;
}
.indexcontentbg {
	background-image: url(images/index_contentbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0B0101;
}
.featworkcontentbg {
	width: 500px;
	height: 275px;
	background-image: url(images/bgtheatre.jpg);
	background-repeat: no-repeat;
	background-color: #0B0101;
	padding-top: 20px;
}
.footer {
	background-image: url(images/footer_bg.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
	width: 760px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.hlink {
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.linkhead {
	font-size: 13px;
	font-weight: normal;
	color: #C0C0C0;
	text-decoration: none;
}

.linkhead a:link, .linkhead a:visited {color:#FFFFFF;text-decoration:none;font-size:13px;font-weight: bold;}
.linkhead a:active {color:#FFFFFF;text-decoration:none;font-weight: bold;}
.linkhead a:hover {color:#C0C0C0;text-decoration:underline;font-weight: bold;}


#messageBox {
	z-index: 801;
	position: relative;
	top: 15%;
	background-color: #ffffff;
	width: 400px;
	border: 4px solid #ffff00;
	padding: 15px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #6c070e;
}
#messageHolder {
	z-index:800;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#messageBlockOut {
	z-index: 799;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #6c070e;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
}