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

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

#header img  { width: 425px; height: 148px; margin:35px 15px; float: left }
#imagestrip {
	clear:both;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/fullbanner.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: #efefef;
	padding:0 10px 0 5px; 
	margin: 0;
}
h1 { font-size: large; font-weight: bold; background-color: #ffffff; margin: 0; padding: 0 10px 0 5px }
h3
{
	font-size: small;
	font-weight: bold;
	color: #999999;
	background-color: #efefef;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
}

h4
{ font-size: small; font-weight: bold; color: #ffffff; text-align: left; margin:5px 0 5px 10px; }


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

dd
{
	background-color: #efefef;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

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

img.storyImage
{ width: 200px; float:left; margin: 10px 0 0; padding-right: 10px; }

.footer {
	background-color: #efefef;
	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:#333; 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; }


