/* CSS Document */

body{
	background-color:#000000;
	background-image: url('images/BG_Main.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	font:11px Arial, Helvetica, sans-serif;
}
h1{
	font:18px Arial, Helvetica, sans-serif;
}
a:link {
	color:#FF0000;
}
a:visited{
	color:#FF0000;
}
a:hover{
	color:#FF9900;
}
/* == Navigation  == */

#navigation{
	height:29px;
	width:700px;
	margin:0 auto;
	position:relative;
	top:200px;
}
#navigation ul{
	margin:0px;
	padding:0px;
}
#navigation li{
	display:inline;
	list-style:none;
}
#navigation a:hover{
	background-position:0 -29px;
}
.btnmain a{
	display:block;
	float:left;
	width:72px;
	height:29px;
	background:url('images/btn_main.jpg') no-repeat 0 0;
}
.btnbio a{
	display:block;
	float:left;
	width:61px;
	height:29px;
	background:url('images/btn_bio.jpg') no-repeat 0 0;
}
.btnshows a{
	display:block;
	float:left;
	width:105px;
	height:29px;
	background:url('images/btn_shows.jpg') no-repeat 0 0;
}
.btnalbums a{
	display:block;
	float:left;
	width:114px;
	height:29px;
	background:url('images/btn_albums.jpg') no-repeat 0 0;
}
.btnmerch a{
	display:block;
	float:left;
	width:101px;
	height:29px;
	background:url('images/btn_merch.jpg') no-repeat 0 0;
}
.btncontact a{
	display:block;
	float:left;
	width:126px;
	height:29px;
	background:url('images/btn_contact.jpg') no-repeat 0 0;
}
.btnlinks a{
	display:block;
	float:left;
	width:94px;
	height:29px;
	background:url('images/btn_links.jpg') no-repeat 0 0;
}

/* == Body ==*/

#bodyBGwrapper{
	width:934px;
	position:relative;
	/*min-height:500px;*/
	background-image:url('images/bodyBGExtend.png');
	background-repeat:repeat-y;
	margin:271px auto 20px auto;
	/*top: 271px;*/
	color:#FFF;
	overflow:hidden;
}
#sidebar{
	float:left;
	width:184px;
	height:100%;
	position:relative;
	left:15px;
	/*margin:15px;*/
}
#sidebar h1{
	font-size:14px;
	color:#990000;
}
#sidebar li{
	list-style:none;
	line-height:1.5em;
}
#sidebar ul{
	margin:0px;
	padding:0px;
}
#contentArea{
	float:right;
	width:685px;
	padding:14px;
	text-align:justify;
	line-height:1.5em;
}

.date{
	border-bottom:1px solid #990000;
	margin-bottom:10px;
}

/* == Footer == */

#footer{
	/*position:relative;*/
	margin:0 auto;
	color:white;
	clear:both;
	text-align:center;
}
#footer a:link {
	color:#CCCCCC;
}
#footer a:visited{
	color:#666666;
}
#footer a:hover{
	color:#FF9900;
	text-decoration:none;