body{
	margin: 5px;
	padding: 0px;
	font-family: helvetic, arial, sans-serif;
	color: #fff;
	font-size: 10px;
	background-color: #c4c4c4;
}

p{
	color: #000;
	font-size: 11px;
	text-align: justify;
}
p.k{
	color: #000;
	font-size: 11px;
	text-align: center;
}

#header{
	margin:15px 0 0 0;
	background-color: #90EE90; 
	height:130px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
	width:500px;
	height:60px;
}

.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;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #6D0000;
	padding:0 10px 0 5px; 
	margin: 0;
}


h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #6D0000;
	
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	background-color: #A52A2A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
}
h3.k
{
	font-size: small;
	font-weight: bold;
	background-color: #A52A2A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
	text-align: center;
}

h4
{
	font-size: small;
	font-weight: bold;
	color: #76839A;
	margin:5px 0 5px 10px;
}
h5
{
	font-size: 10px;
	font-weight: bold;
	background-color: #A52A2A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
	text-align: right;
}
h5.k
{
	font-size: 10px;
	font-weight: bold;
	background-color: #A52A2A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
	text-align: center;
}
te
{
	color: #333;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dt
{
	background-color: #B4C6D4;
	color: #333;
	font-size: 10px;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}
td
{
	color: #666;
	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: #FF0000;
	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; font-weight: bold; }

ul.leftCol li a{ color:#333; font-weight: bold; text-decoration:none; }
ul.leftCol li a:hover{ color:white; background-color: #0000FF; text-decoration:underline overline; }

h3.leftCol a{
	color:#fff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#333;
	text-decoration:none;
}


