/* CSS Document */

body {
	background-image:url(../art/mainbg.jpg);
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#F3F3F3;
	font-size:83%;
	line-height:140%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
.postertext {
	margin-top: 150px;
	margin-left: 200px;
	width: 291px;
	float: left;
}
.iframe {
	float: left;
	margin-top: 190px;
	margin-left: 30px;
}

#wrapper {
	width:900px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background-color:#4f0707;
}

#flashHeader {
	width:900px;
	height:315px;
	margin-bottom:12px;
}

#footer {
	width:900px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#000000;
	font-size:75%;
	color:#666666;
	text-align:center;
	clear:both;
}

/* CONTENT */

.banner {
	float:left;
}

.bannerBox {
	width:300px;
	height:90px;
	overflow:hidden;
	margin-left:12px;
	padding:10px;
	font-size:85%;
}

#content {
	width:900px;
}

#contentLeftWrapper {
	float:left;
	width:430px;
	height:auto;
	margin-left:12px;
	margin-bottom:12px;
}

.contentLeft {
	width:430px;
	height:auto;
	padding:10px;
	margin-bottom:12px;
	background-image:url(/images/site/corner_blk.gif);	
	background-position: top left;
	background-color:#000000;
	background-repeat:no-repeat;
}

#contentMiddleWrapper {
	width:210px;
	height:auto;
	margin-left:482px;
	margin-bottom:12px;	
}

.contentMiddle {
	width:210px;
	height:auto;
	padding:10px;
	margin-bottom:12px;
	background-image:url(/images/site/corner_blk.gif);	
	background-position: top left;
	background-color:#000000;
	background-repeat:no-repeat;
}

#contentRightWrapper {
	float:right;
	width:150px;
	height:auto;
	margin-bottom:12px;
	margin-right:12px;
}

.contentRight {
	width:130px;
	height:auto;
	padding:10px;
	background-image:url(/images/site/corner_blk.gif);	
	background-position: top left;
	backgro