@charset "UTF-8";

html, body {
	height:100%;
	margin-bottom:1px;
}
body {
	color:#333333;
	background-color:#444444;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/*main construction elements*/

#container { /*contains every page element*/
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:100%;
	width:800px;
	position:relative;
}
#banner {
	width:800px;
	height:135px;
	margin-top:20px;
	background-image:url(../images/banner_shadow.jpg);
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
#links_container {
	width:760px;
	height:20px;
	margin:0px 20px 0px 20px;
	display:block;
	border:none;
}

#header_logo {
	width:230px;
	height:66px;
	position:absolute;
	top:42px;
	left:30px;
}
#header_boxoffice {
	width:400px;
	height:66px;
	position:absolute;
	top:65px;
	left:370px;
	text-align:right;
}
.link_box {
	width:93px;
	height:22px;
	display:inline-block;
	margin:0px;
	border:none;
}

/*MAIN CONTENT*/
#centre_shadow {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	position:relative;
	background-image:url(../images/bg_shadow.jpg);
	background-repeat:repeat-y;
	display:table-cell;
}
#maincontent {
	width:760px;
	min-height:400px;
	margin: 0px 20px;
	position:relative;
}

/*MAN CONTENT DIVIDERS*/
#left_240 {
	width:240px;
	height:100%;
	min-height:400px;
	position:relative;
	bottom:0;
	background-color:#BBBBBB;
	float:left;
}
#left_240b {
	width:240px;
	height:100%;
	position:relative;
	bottom:0;
	float:left;
}
#right_520 {
	width:520px;
	height:100%;
	position:relative;
	right:0px;
	bottom:0;
	float:right;
}
/*PIC*/
.pic {margin:0;}

/*BOXOUTS*/
.boxout_home {width:500px; height:auto; padding:10px; margin:0px; background-color:#333333;}
.boxout_news {width:500px; height:auto; padding:10px; margin:0px; background-color:#9C2A64;}
.boxout_comedy {width:500px; height:auto; padding:10px; margin:0px; background-color:#EB008B;}
.boxout_concerts {width:500px; height:auto; padding:10px; margin:0px; background-color:#F16522;}
.boxout_conf {width:500px; height:auto; padding:10px; margin:0px; background-color:#FFCA05;}
.boxout_events {width:500px; height:auto; padding:10px; margin:0px; background-color:#B2D235;}
.boxout_contact {width:500px; height:auto; padding:10px; margin:0px; background-color:#28A99C;}
.boxout_tickets {width:500px; height:auto; padding:10px; margin:0px; background-color:#00ADEE;}

/*HORIZ RULE*/
hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
	border-color:#444444;
}


/*FOOTER BOXES*/
#footer {
	width:800px;
	height:80px;
	margin:0;
	overflow:hidden;
}
#footer_content {
	width:760px;
	height:auto;
	margin:0px 20px 0px 20px;
	position:absolute;
	border-top:dotted;
	border-top-color:#BBBBBB;
	border-top-width:thin;
}
#sponsor_box {
	width:345px;
	height:55px;
	position:absolute;
	margin-top:5px;
	left:425px;
	text-align:right;
}

/*credits*/
#smallprint {
	position:absolute;
	left:620px;
	width:160px;
	height:9px;
	text-align:right;
}

/*clearfloat command*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pinkbox {
	background-color: #FAA41B;
	display: block;
	padding: 6px;
	width: 490px;
	font-size: 14px;
}

