@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5D322D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #EEE9D5;
	background-image: url(../images/barsBGNew.jpg);
	background-repeat: repeat;
	background-position:top center;
	height: 100%;
}

.nobg {
background-image:none;
}
.moreText {
	font-size: 8pt;
}
.oneColFixCtrHdr #middleBoxSpacer {
	height: 135px;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	/*background-color: #F7F1DE;*/
	/*background-image: url(../images/barsBG.jpg);*/
	min-height: 100%;
	margin: auto;
	height: auto;
	padding-left:5px;
}
.oneColFixCtrHdr #innerContainer {
	text-align:left;
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-right: 25px;*/
	padding-left: 30px;
}
.oneColFixCtrHdr #header {
	font-size: 9px;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #5D322F;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 460px;
	font-size: 9pt;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
	z-index: auto;
	visibility: visible;
	clear: none;
	top: 0px;
}
.oneColFixCtrHdr #footer {
/*
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 110px;
	*/
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.oneColFixCtrHdr #navigationBar {
	width: 385px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	float: right;
	text-align: right;
	padding-left: 0px;
	right: 0px;
}
.oneColFixCtrHdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 16pt;
	color: #5E332E;
	letter-spacing: 3px;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 16pt;
	color: #5E332E;
	letter-spacing: 3px;
}
.oneColFixCtrHdr #topBoxContainer {
	height: 109px;
	/*background-image: url(../images/topBox.jpg);
	background-repeat: no-repeat;*/
	margin-left: 10px;
	text-align:right;
	width:435px;
}
.oneColFixCtrHdr #topBoxLeft {
	height: 100px;
	padding-right: 0px;
	padding-top: 5px;
	padding-left:10px;
	text-align: center;
	float:left;
}
.oneColFixCtrHdr #topBoxRight {
	text-align: center;

		padding-top:5px;
		}
.oneColFixCtrHdr #middleBoxContainer {
	height: 132px;
	width: 360px;
	margin-left: 25px;
	text-align: left;
	background-image: url(../images/middleBox.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #middleBoxRight {
	float: right;
	width: 160px;
}
.oneColFixCtrHdr #secondMiddleBoxContainer {
	width: 360px;
	margin-left: 25px;
}
.oneColFixCtrHdr #secondMiddleBoxRight {
	float: right;
	width: 170px;
	padding-left: 10px;
	text-align: left;
}
.oneColFixCtrHdr #secondMiddleBoxLeft {
	text-align: left;
	width: 170px;
	padding-right: 10px;
}
.oneColFixCtrHdr #bottomBoxContainer {
	width: 360px;
	margin-left: 25px;
	/*background-image: url(../images/bottomBox.jpg);*/
	/*border:4px solid #dbb165;*/
	height: 226px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #bottomBoxRight {
	float: right;
	height: 207px;
	width: 162px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
.oneColFixCtrHdr #bottomBoxLeft {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #gigs {
	height: 75px;
	width: 170px;
}
#trackListing {
	text-align: left;
	padding-left: 15%;
	position: relative;
}
.oneColFixCtrHdr #gigLocation {
	float: right;
	width: 92px;
}
.oneColFixCtrHdr #epk {
	float: right;
	padding: 25px;
}
.oneColFixCtrHdr #chemical {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}
.underline {
	text-decoration: underline;
}

/* added by wilco */
.left {
float:left;
width:220px;
height:140px;
}

.left p {
width:90%;
text-align:justify;
}

.lowrow {
padding-top:10px;
}

.topleft {
float:left;
height:150px;
}

.contentleft {
float:left;
width:420px;
}

.contentright {
float:left;
width:460px;
}

.leftdouble {
float:left;
width:420px;
height:140px;
}

.oneline {
height:50px;
}

.leftquattro {
float:left:
width:420px;
height:270px;
}

.small {
height:50px;
vertical-align:middle;
}

label {
position:relative;
top:5px;
}

.right {
margin-left:20px;
}

.leftpic {
width:150px;
}

.rightpic {
float:left;
width:100%;
}