body, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color:#FFF;
	border: 0;
	font:normal 12px Arial, Verdana, sans-serif;
	text-align :left;
	vertical-align: top;
	}

body {
	background: black;

	}

#container {
	margin: 0px auto 25px auto;
	width: 750px;
	}
	
#header {
	height: 550px;
	background: url('images/bg/sn_bg_1.jpg') no-repeat;
}
	
#menubar {
	margin: 0px;
	padding-top: 25px;
	text-align: center;
	height: 64px;
	}
	
#menubar a img {
	border-left: solid 15px #000;
	border-right: solid 15px #000;
	}

#menubar img.first {
	border-left: 0px;
	}

#menubar img.last {
	border-right: 0px;
	}
	
#player {
	float: left;
	margin-top: 50px;
	height: 295px;
	width: 150px;
	}
	
#shows {
	float: left;
	margin-top: 50px;
	width: 600px;
	text-align: left;
	}
	
#shows #upcoming a {
	color: #FFF;
	}	
	
#shows #past td, #shows #past a {
	color: #333;
	}

#shows table .labels td {
	font-weight:bold;
	color:#bb7242;
	}
	
#feedback input#submit {
	float:right;
	width: 100px;
	}

#feedback p {
	color:black;
	}

#feedback textarea {
	resize: none;
	}
	
#footer {
	float: right;
	background-color: #111;
	border-top: solid #222 1px;
	font-size: 11px;
	color: #666;
	width:100%;
	text-align:right;
	margin-top: 50px;
	height: 17px;
	padding-right: 5px;
}

#footer a{
	color: #999;
	text-decoration: none; 
}

