body {
	font-family: Helvetica, Arial, sans-serif;
	/*
	*/
	background: url(../img/background.gif) no-repeat #000000;
	background-attachment: fixed;
	background-position: center top;
}

#title {
}

td {
	font-family: Helvetica, Arial, sans-serif;
}

th {
	font-family: Helvetica, Arial, sans-serif;
}

.breakfix {
	clear: both;
}

#outer_container {
	width: 960px;
	margin: 0px auto;
}

#title {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(../img/logo.png) top left no-repeat;
	height: 97px;
	margin-top: 20px;
	padding: 1px;
}

#title span {
	margin-left: -999px;
}

#inner_container {
	margin: 10px 0px 0px 0px;
}

#upcoming_shows {
	float: left;
	clear: left;
	border: solid #000000 15px;
	width: 200px;
	padding: 25px 5px 25px 5px;
	background: url(../img/semi-transparent.png) repeat;
	margin: 15px 0px 0px 0px;
}

.block_title {
	margin-left: 30px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	
}

#menu {
	float: left;
	border: solid #000000 15px;
	width: 210px;
	padding: 25px 0px 25px 0px;
	background: url(../img/semi-transparent.png) repeat;
	margin: 0px;
}

#menu li {
	line-height: 32px;
	list-style: none;
	margin: 0px;
}

#menu li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	display: block;
}

#menu li a:hover {
	color: #FFFFFF;
}

#content_outer {
	border: solid #000000 15px;
	margin-left: 255px;
}

#content {
	padding: 25px 10px 25px 10px;
	background: url(../img/semi-transparent-2.png) repeat;
}

#content_inner {
	min-height: 400px;
}