body{
	margin: 0;
	padding: 0;
	font-family: helvetic, arial, sans-serif;
	color: #fff;
	font-size: x-small;
	background-color: transparent;
}

p{
	color: #808080;
	font-size: x-small;
}

#header{
	margin:15px 0 0;
	background-color: olive; 
	height:20px;
	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(file:///Users/Zaher/Desktop/Site02/web-content/images/banner_bg.jpg);
	background-repeat: repeat-x;

}

ul.leftCol { margin: 0 0 0 20px; list-style: none; }

li { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0; padding-top: 0; color: #fdbb40; font-size: small; }

h2 { color: white; font-size: small; font-weight: bold; line-height: 20px; background-color: #e22c00; text-align: left; text-indent: 12px; top: 12px; height: 22px; padding:0 10px 0 0; margin: 0; }

h3
{ color: white; font-size: small; font-weight: bold; line-height: 20px; background-color: #f18100; text-align: left; text-indent: 12px; top: 12px; height: 22px; padding:0 10px 0 0; margin: 0; }

h4
{ color: white; font-size: small; font-weight: bold; line-height: 20px; background-color: olive; text-align: left; text-indent: 12px; top: 12px; height: 22px; padding:0 10px 0 0; margin: 0; }
dt
{
	background-color: #fff;
	color: yellow;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{ background-color: teal; color: yellow; font-size: x-small; top: 10px; 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: teal;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

ul.leftCol li a{
	color:#fdbb40;
	text-decoration:none;
}
ul.leftCol li a:hover{ color:white; background-position: 0 12px; text-decoration:none; }

h3.leftCol a{
	text-decoration:none;
}
h3.leftCol a:hover{ color: white; text-decoration:none; }
