body {
	text-align: center;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif, 'Lucida Sans', 'Lucida Sans Unicode';
	font-size: 12px;
	color: #FFFFFF;
	}

	a {
		color: #FFFFFF;
		}

#main {
	width: 900px;
	text-align: left;
	}	
	
#header {
	background: #666666 url('new-header.jpg') no-repeat bottom;
	height: 176px;
	}
	
#menu {
	background: #666666;
	height: 41px;
	text-align: center;
	}
	
#menu ul {
	clear: left;
	display: inline;
	list-style-type: none;
	}
	
#menu ul li {
	float: left;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	}
	
#menu ul li a {
	display: block;
	color: #ffff00;
	text-align: center;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	background: #000099;
	}

#menu ul li a#home {
	width: 95px;
	}
	
#menu ul li a#blog, a#shop, a#gallery {
	width: 130px;
	}
	
#menu ul li a#about {
	width: 115px;
	}

#menu ul li a#contact, a#listen, a#performance {
	width: 140px;
	}

	
#leftbar {
	width: 173px;
	float: left;
	text-align: left;
	padding: 17px 0px 0px 0px;
	background: #000000;
	font-size: 12px;
	}
	
#centerstage {
	width: 58%;
	float: left;
	padding: 17px 14px;
	font-size: 14px;
	}
	
#rightbar {
	width: 153px;
	float: right;
	padding: 17px 0px 0px 0px;
	text-align: left;
	background: #000000;

	}