body{ margin: 0; padding: 0; font-family: helvetic, arial, sans-serif; color: #fff; font-size: x-small; background-color: black; max-width: 858px; }

p{ color: silver; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding-right: 5px; }

#header{
	margin:15px 0 0;
	background-color: red; 
	height:130px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
	width:226px;
	height:37px;
}

.address {
	float:right;
	width:20%;
	vertical-align:middle;
	margin:5px 20px 0 0;
}

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;

}

ul.leftCol {
	list-style: none;
	margin-top: 0;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #666;
	font-size: x-small;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: transparent;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	background-color: red;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px;
}

h4
{
	font-size: small;
	font-weight: bold;
	color: #76839a;
	margin:5px 0 5px 10px;
}


dt
{
	background-color: #970000;
	color: black;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: transparent;
	color: gray;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

.bandname
{
	font-weight: bold;
	font-size: larger;
}

img.storyImage
{ float:left; margin-top: 10px; margin-right: 0; margin-left: 0; padding-right: 12px; padding-bottom: 2px; }

.footer { background-color: black; padding: 3px 10px 3px 0; margin-bottom: 10px; text-align: right; font-size: xx-small; text-decoration: none; }

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

a{ color: red; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }
ul.leftCol li a{ color:silver; text-decoration:none; }
ul.leftCol li a:hover{
	color:#e60000;
	text-decoration:none;
}

h3.leftCol a{ color:#fff; text-decoration:none; }
h3.leftCol a:hover{ color:#fff; text-decoration:none; }

