body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto 0;
	margin-right: auto 0;
	background-color: #000000;
	margin-top: 2em;
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {color: #999999;}
a:active {color: #666666;}
a:visited {color: #999999;}

.booking {
	height: 364px;
	width: 700px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: -1em;
	background-image: url(../images/contact1.png);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}

.booking2 {
	height: 364px;
	width: 263px;
	float: left;
}

.booking3 {
	height: 364px;
	width: 411px;
	float: right;
	margin-top: 14px;
}

.booking4 {
	height: 100px;
	width: 263px;
	float: left;
	text-align: center;
	margin-top: 6em;
	border: solid yellow 1px;
	padding-top: 12px;
	background-color: #1F0601;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	background-repeat: no-repeat;
	padding-left: 3em;
	padding-right: 3em;
	background-color: #000000;
	height: 450px;
}

.showdates {
	float: left;
	height: 400px;
	width: 265px;
	margin-right: 3em;
	padding: 1em 1em 1em 1em;
	background-image: url(../images/mechanics1.png);
}

.setlists {
	width: 700px;
	text-align: center;
	height: 47px;
}

.setlists1 {
	width: 340px;
	height: 400px;
	float: left;
	background-image: url(../images/songlist1.png);
}

.setlists2 {
	float: right;
	width: 340px;
	height: 400px;
	background-position: 2px 0px;
	background-image: url(../images/songlist1.png);
}

.news {
	float: left;
	height: 400px;
	width: 320px;
	text-align: left;
	padding: 1em 1em 1em 1em;
	background-color: #000000;
	background-image: url(../images/home1.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}

.bandnames {
	float: none;
	width: 700px;
	height: 20px;
	margin-top: 8px;
}

.chris {
	float: left;
	width: 230px;
	height: 230px;
	margin-left: 5px;
}

.dan {
	float: left;
	width: 230px;
	height: 230px;
	}

.john {
	float: left;
	width: 230px;
	height: 230px;
}

#christitle {
	float: left;
	width: 230px;
	height: 20px;
	margin-left: 5px;
	background-color: #671403;
	padding: 2px 0px 2px 0px;
}

#dantitle {
	float: left;
	width: 230px;
	height: 20px;
	background-color: #671403;
	padding: 2px 0px 2px 0px;
	}

#johntitle {
	float: left;
	width: 230px;
	height: 20px;
	background-color: #1F0601;
	padding: 2px 0px 2px 0px;
}

.bio {
	width: 666px;
	height: 60px;
	float: left;
	margin-left: 1px;
	padding: 1em 1em .2em 1em;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #1f0601;
	margin-left: -16px;
	padding-left: 8px;
	margin-right: 16px;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: solid #671403 1px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #1f0601;
	padding-left: 8px;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: solid #671403 1px;
}

.cssform p{
	width: 275px;
	clear: left;
	margin: 0;
	padding: 4px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px none gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
}

.cssform textarea{
	width: 250px;
	height: 130px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.*/ 
html .threepxfix{
margin-left: 3px;
}
