
* {
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
}

body {
	color:#BBB;
	background-color: white;
	text-align:center;
	font-size:11px;	
	margin-bottom:40px;
}

h1 {
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:0;
}
h2 {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:0;
	text-align:right;
}

a {
	color:#BBB;
	text-decoration:underline;
}
a:hover {
	color:#6f6f6f !important;
	text-decoration:none;
}

hr {
	border:none;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #e9e9e9;
	height:1px;
	margin-top:35px;
}

img {
	border: none;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

input, textarea {
	font-size:11px;	
}
a.onhover {
	text-decoration:none;
}
a.onhover:hover {
	text-decoration:underline;
}

#center {
	text-align:left;
	width:806px;
	margin:0 auto;
}

#header {
	position:relative;
	height:110px;
}

#artistlist {
	margin-left:95px;
	list-style:none;	
}
#artistlist li {
	margin-bottom:2px;
	font-weight:bold;
}
#artistlist a {
	color:#BBB;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
}

	.band_subheader {
		margin:40px 0 10px 0;
		clear:both;
		border-top:1px solid #D1D1D1;
		text-transform: uppercase;
		font-weight:bold;
		text-align:right;
		font-size:12px;
	}


