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

body {
	background: #E9E9E9 url(img/backtile.gif) repeat-y 50% 0;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: helvetic, arial, sans-serif;
	/*font-size: x-small;*/
	font-size: 95%;
	height: 100%;
	}

#centerwrapper {
	width: 829px;
	text-align: left;
	margin: 0 auto;
	/*border-left: 1px #555454 solid;*/
	/*border-right: 1px #555454 solid;*/
	/*background-image: url(contentbg.jpg);*/
	}

#menuwrapper {
	position:absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; 
}

a.navlink:link { color: #ffffcc; text-decoration: none; }
a.navlink:visited { color: #ffffcc; text-decoration: none; }
a.navlink:hover { color: #ff0000; text-decoration: none; }


#featurewrapper {
	width: 814px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	/*border-left: 1px #555454 solid;*/
	/*border-right: 1px #555454 solid;*/
	/*background-image: url(contentbg.jpg);*/
	}

#blogwrapper {
	width: 810px;
	text-align: center;
	margin: 16px auto;
	padding: 6px;
	/*border-left: 1px #555454 solid;*/
	/*border-right: 1px #555454 solid;*/
	/*background-image: url(contentbg.jpg);*/
	}



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

#header{
	margin:15px 0 0 0;
	background-color: #55493C; 
	height:130px;
	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(../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: #333;
	font-size: x-small;
}

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

h3
{
	font-size: small;
	font-weight: bold;
	color: white;
	background-color: #323F2B;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 1px 0;
}

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


dt
{
	color: #333;
	font-size: small;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	margin: 0 0 0 5px;
}


dd
{
	background-color: #fff;
	color: #333;
	font-size: x-small;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	margin: 0 0 0 0;
}

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

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

.footer {
	background-color: #323F2B;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

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

.footer2 {
	background-color: #323F2B;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10px;
}

.footer2 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;
}


