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

p{
	color: #666;
	font-size: 12px;
}

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

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

.address { text-align: right; float:right; width:80%; vertical-align:middle; right: 50%; margin:0; }

#imagestrip { clear:both; margin-top: 0; margin-bottom: auto; height: 80px; background-image: url(images/Header.jpg); background-repeat: repeat-x; width: 100%; }

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

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

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

h3
{ color: #336; font-size: small; font-weight: bold; background-color: #76839a; padding-left: 15px; padding-right: 5px; margin: 0 0 1px; }

h4
{ font-size: small; font-weight: bold; color: #f90; background-color: black; margin:0 0 5px 10px; padding: 1px 4px 3px; }


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

dd
{
	background-color: #fff;
	color: black;
	font-size: x-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 {
	background-color: white;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: gray;
	text-decoration: underline;
}

a{
	color:black;
}

ul.leftCol li a{
	color:black;
	text-decoration:none;
}
ul.leftCol li a:hover{
	color:#000;
	text-decoration:underline;
}

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

