body{ margin: 0; padding: 0; font-family: helvetic, arial, sans-serif; color: #fff; font-size: large; font-weight: normal; font-style: normal; background-color: #000; }

p{ color: #fff; font-size: small; }

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

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

.address { font-size: small; float:right; margin:5px 5px 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: #e4e4e4;
	font-size: small;
}

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

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

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


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

dd
{
	background-color: #fff;
	color: #737373;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

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

img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}
.footer a{
	color: #ffefc8;
	text-decoration: underline blink;
}

a{
	color:#909090;
}

ul.leftCol li a{ color:#c9c9c9; text-decoration: none; }
ul.leftCol li a:hover{ color:#ffef7a; }

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


