html{
	font-family: arial;
	font-size: 11px;
}
body {
  background: url(grey1.png);
  margin:0px auto 0px auto;
	padding: 10px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#container {
  margin: 1em auto;
  position: relative;
  width: 800px;
  top: 0px;
	padding: 0em;
}

#logo{
	position: absolute; left: 20px; top: 7px;
	width: 0px; height: 0px;
	text-align: left;
}

#top {
  position: relative; left: 0px; top: 10px;
	width: 800px; height: 180px;
  background: #000000;
	border: 6px solid #2e2e2e;
}	

#menu {
  position: relative; left: 0px; top: 10px;
	width: 800px; height: 40px;
  background: #1d1d1d;
	z-index:1;
	border-left: 6px solid #2e2e2e;
	border-right: 6px solid #2e2e2e;
}

#top_container {
  position: relative;
	left: 0px; 
	top: 10px; 
	width: 800px;
  background: #111111;
  border: 6px solid #2e2e2e;
}

#footer {
  position: relative;
	left: 000px; 
	top: 010px;
	width: 800px; 
	height: 60px;
  background: #000000;
	border-left: 6px solid #2e2e2e;
	border-right: 6px solid #2e2e2e;
	border-bottom: 6px solid #2e2e2e;
}

.foot_text {
  font-size:11px;
  font-family:arial, verdana, sans-serif;
	color: #cccccc;
	font-weight:normal; 
	text-align:center;
	position: relative; left:0px; top: 10px;
}
.foot_text a{
	text-decoration: none; 
	color: #eeeeee;
}
.foot_text a:hover{
	text-decoration: none; 
	background: #555555;
}
.foot_text1 {font-size: 8px;}

#slider1 { 
		position: absolute;
		height: 140px; 
		width: 330px;
		border: 1px solid #9d0b0b;
		left: 440px; 
		top: 18px;
		background: #222222; 
}
#cu3er-container {width:330px; outline:0;}

/* boxes for bios and shows */
.b1, .b2, .b3, .b4, .b5, .b6 { 
	position: absolute;
	height: 300px; 
	width: 195px;
	border: 1px solid #444444;
	left: -200px; 
	top: 10px;
	background: #333333  url(bg_grey.jpg); 	
}

.b1 {left: 025px; top: 070px;}
.b2 {left: 250px; top: 070px;}
.b3 {left: 475px; top: 070px;}
.b4 {left: 025px; top: 400px;}
.b5 {left: 250px; top: 400px;}
.b6 {left: 475px; top: 400px;}

/* MENU */
ul#topnav {
	margin: 0px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 550px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 10px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #a2948f;}
ul#topnav span {
	display: none;
}