@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/fill.jpg);	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
/*	background:url(../images/ContentBG.png);*/
	width:706px;
	margin:auto;
}

#header {
	background-image:url(../images/ContentTop.png);
	background-position:bottom;
	width:708px;
	height:114px;
	margin:auto;
}

#navigation {
	background:url(../images/ContentBG.png);
	width:706px;
	height:219px;
}

#flashbanner {
	width:647px;
	margin:auto;
}

#content {
	background:url(../images/ContentBG.png);
	width:706px;
	margin:auto;
}

#top {
	background-image:url(../images/ContentTop.png);
	width:706px;
	height:17px;
}

#sitenav {
	background-image:url(../images/SitenavBG.png);
	padding-left:35px;
	padding-top:10px;
	padding-bottom:5px;
	color:#FFF;
}

#footer {
	background-image:url(../images/FooterEnd.png);
	width:706px;
	height:19px;
	background-position: top;
	margin:auto;
	
}

#left {
	float:left;
	padding-right:10px;
	width:350px;
}

#right {
	padding-left:10px;zz
}

#eventbox {
	width:341px;
}

#homecontent {
	margin:auto;
	width:647px;
	padding-top:15px;
}

#bandbox {
	float:left;
	width:285px;
	background-image:url(../images/BandsBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}


a.nltop:link {color:#0C0; text-decoration: none; }
a.nltop:visited {color:#0C0; text-decoration: none; }
a.nltop:hover {color:#0C0; text-decoration: underline; }
a.nltop:active {color:#0C0;text-decoration: } 

a.darkgreen:link {color:#060; text-decoration: none; }
a.darkgreen:visited {color:#060; text-decoration: none; }
a.darkgreen:hover {color:#060; text-decoration: underline; }
a.darkgreen:active {color:#060;text-decoration: } 
 
a.white:link {color:#FFF; text-decoration: none; }
a.white:visited {color:#FFF; text-decoration: none; }
a.white:hover {color:#0C0; text-decoration: none; }
a.white:active {color:#FFF; text-decoration:} 

a.blueit:link {color:#3399cc; font-style:italic; text-decoration: none; }
a.blueit:visited {color:#3399cc; font-style:italic; text-decoration: none; }
a.blueit:hover {color:#3399cc; font-style:italic; text-decoration: underline; }
a.blueit:active {color:#3399cc; font-style:italic; text-decoration:} 


.EventHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#060;
}

.eventsubhead {
	font-weight:bold;
}

.bandtimehead {
	font-weight:bold;
	font-size:14px;
}

.bandname {
	font-style:italic;
	color:#933;
}

.shoppinghead {
	font-weight:bold;
	font-size:14px;
	color:#060;
}

.legal {
	font-style:italic;
	font-size:10px;
}

.redhighlight {
	color:#F00;
}

.blueitalic {
	color:#3399cc;
	font-style:italic;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.
