* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: black;
}

/* TAG REDEFINITION */
a {
	color: #8d5d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 10px 0 10px 20px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 7px 0;
}
img {
	border: 0;
}
option {
	padding-right: 1em;
}
p {
	margin: .5em 0 .5em 0;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: 5px;
}

/* SITE STRUCTURE */
div#container, div#container_3col {
	margin: 0 auto;
	width: 995px;
	text-align: left;
	background: url(images/main_bg.gif)
}
div#container_3col {
	background: url(images/main_bg_3col.gif)
}
div#menu {
	height: 150px;
}
div.left {
	position: relative;
	width: 781px;
	float: left;
	margin: 20px 0 15px 12px;
}
html>body div.left {
	margin-left: 23px;
}
div.right {
	width: 150px;
	margin: 0 0 15px 831px;
}
div#center {
	padding: 30px 10px 0 0;
}
div#alt_menu {
	position: absolute;
	left: 180px;
	width: 631px;
	font-size: .75em;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #666666;
	background: #240000;
}
div#alt_menu div {
	float: left;
	width: 94px;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #666666;
}
div#alt_menu div#final {
	border-right: none;
}
#alt_menu a {
	color: #eae4dc;
}
#alt_menu a:hover {
	color: white;
	text-decoration: none;
}
div#alt_menu ul {
	border: 1px solid black;
}
#main_ftr {
	height: 5px;
	border-top: 1px solid black;
	margin: 0 3px 0 3px;
	background: #900000;
}

/* 3 Column Structure */
#container_3col div.left {
	width: 809px;
	float: left;
	margin: 0 0 15px 2px;
}
html>body #container_3col div.left {
	margin: 0 0 15px 4px;
}
div#left_menu {
	float: left;
	width: 175px;
}
div#left_menu_curve {
	height: 92px;
	background: url(images/news_curve.gif) no-repeat;
}
div#center {
	margin-left: 190px;
}

/* Left Menus */
div#shows_hdr, div#news_hdr {
	height: 16px;
	margin: 15px 0 10px 0;
	background: url(images/left_hdr_shows.gif) no-repeat 8px 0;
}
ul#shows li, ul#news li {
	list-style: none;
	font-size: .9em;
	padding: 3px 10px 5px 10px;
	background: url(images/list_style_a.gif) no-repeat #eae4dc;
	border-top: 1px solid #900000;
}
ul#shows li.style_b, ul#news li.style_b {
	background: url(images/list_style_b.gif) no-repeat #f1ede8;
}
li.style_c {
	font-style: italic;
	padding: 10px;
}
ul#shows li:hover, ul#news li:hover {
	background: white;
}
ul#shows li.show_more {
	font-weight: bold;
	padding: 10px 10px;
	background: #eae4dc;
}
ul#shows a {
	color: black;
	font-size: .85em;
}
ul#shows a:hover, ul#news a:hover {
	color: #900000;
	text-decoration: none;
}
span.show_artist {
	font-size: .9em;
	font-weight: bold;
}

div#news_hdr {
	background: url(images/left_hdr_news.gif) no-repeat 8px 0;
}
ul#news li {
	font-size: .8em;
}
ul#news a {
	color: black;
}
ul#news span.date {
	font-size: .85em;
	font-weight: bold;
}

/* Left Menus */
.album_img img {
	font-size: .1em;
	border: 1px solid black;
}
.album_img_caption {
	font-size: .85em;
	padding: 3px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #eae4dc; 
}


/* Footer */
#footer {
	height: 30px;
	color: white;
	padding-top: 2px;
	border-top: 5px solid black;
	background: url(images/ftr_bg.gif) no-repeat black;
}
#footer a {
	color: white;
}
#footer .left, #container_3col #footer .left {
	width: 600px;
	font-size: .8em;
	margin: 5px 0 15px 23px;
}
#footer .right {
	width: 330px;
	text-align: right;
	font-size: .7em;
	margin: 5px 10px 15px 650px;
}

/* MISC */
div.clearer {
	clear: both;
}
img.album_cover {
	border: 1px solid black;
}
input.robust, textarea.robust {
	width: 350px;
}