body {
	margin:0;
	padding:0;
	background:#000 url(../images/main-bg.gif) center top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
	
/**MAIN ELEMENTS**/

#main {
	width:995px;
	margin:0 auto;
	}
	
#top {
	position:relative;
	z-index:1;
	height:146px;
	}
	
#menu {
	position:absolute;
	z-index:6;
	top:-64px;
	right:-25px;
	width:344px;
	height:116px;
	background:url(../images/menu.png);
	behavior: url(/~three3/css/iepngfix.htc);
	}
	
#leftTop {
	background:url(../images/left-top.jpg) no-repeat;
	width:153px;
	height:146px;
	float:left;
	}
	
#rightTop {
	background:url(../images/right-top.jpg) no-repeat;
	width:188px;
	height:146px;
	float:right;
	}
	
#leftCol {
	width:153px;
	height:570px;
	background:url(../images/left-mid.jpg) no-repeat;
	float:left;
	}
	
#midCol {
	width:654px;
	float:left;
	margin:0;
	position:relative;
	background:#FFF;
	z-index:1;
	}
	
#rightCol {
	width:188px;
	height:570px;
	background:url(../images/right-mid.jpg) no-repeat;
	float:right;
	}
	
#content {
	padding:190px 5px 5px;
	margin:0 17px 5px;
	line-height:18px;
	font-size:.85em;
	}
	
#bottomContent {
	background:#610e11;
	margin:15px -15px 5px;
	_margin:15px -15px 0 -8px;
	padding:5px;
	color:#ccabac;
	float:left;
	width:630px;
	}

#events {
	float:left;
	}

#events a {
	color:#ccabac;
	}
	
#hours {
	float:right;
	text-align:right;
	}	
	
#cws {
	text-align:center;
	font-size:.8em;
	color:#333;
	text-decoration:none;
	float:left;
	width:100%;
	margin:10px 0;
	}

/**PHOTOS**/

#photo1, #photo2, #photo3 {
	position:absolute;
	z-index:2;
	left: -21px;
	top: -16px;
	}

#photo1 img, #photo2 img, #photo3 img {
	behavior: url(/~three3/css/iepngfix.htc);
	}
	
#photo2 {
	left: 221px;
	top: -19px;
	}
	
#photo3 {
	left: 442px;
	top: -11px;
	}
	
/**TEXT STYLES**/

h1 {
	color:#d2232a;
	font-size:1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px;
	padding:0;
	}
	
h2.notice {
	font-size:1.3em;
	}
	
#bottomContent p {
	margin:0;
	padding:0;
	line-height:18px;
	font-size:.85em;
	color:#ccabac;
	font-size:.85em;
	}
	
#bottomContent a {
	color:#FFF;
	}
	
#events ul,#hours ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#hours ul li {
	margin:7px 0 8px;
	}
	
.notice {
	padding:5px;
	border-top:1px solid #eae9dc;
	background:#fcfbf3;
	text-align:center;
	color:#8b8a7d;
	}
	
.tableEvents {
	margin:15px 0 0;
	}
	
.tableEvents td {
	padding:0 20px 12px 0;
	}

/**NAVIGATION**/

#nav {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	z-index:6;
	top:-64px;
	right:-25px;
	width:344px;
	height:116px;
	}
	
#nav li {
	float:left;
	}
	
#nav li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	}
	
#nav li a:hover {
	color:#000;
	}
	
#nav .menus a {padding:46px 23px 43px 31px;}
#nav .events a{padding:46px 13px 43px 13px;}
#nav .tickets a {padding:38px 15px 43px 8px;}
#nav .contact a {padding:46px 12px 43px 6px;}

