html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 22px;
}

a {
	color: #c00;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

input {
	border: none;
}

#header {
	margin: auto;
	width: 750px;
	background: url(/images/Backgrounds-Header/Background-Header6.jpg) top right no-repeat;
	/* border: 1px dashed white; */
}

#searchbox {
	height: 36px;
	width: 337px;
	background: url(/images/Background-SearchButton.jpg) top left no-repeat;
}

#searchTable {
	position: relative;
	top: 7px;
	margin-left: 75px;
	margin-top: 0px;
}

#searchButton {
	padding-left: 12px;
}

#navBar {
	margin: 2px 0 0 0;
	padding: 0;
	height: 39px;
	width: 750px;
	background: url(../images/Background-Navigation.jpg) top left no-repeat;
}

#navTable {
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
}

.navItem {
	margin: 0;
	padding: 0px 13px;
}

#footerSurround {
	margin: auto;
	width: 750px;
	font-size: 9pt;
	color: #888;
}

#footerBarLeft {
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/Background-FooterBarL.jpg) #440001 top left repeat-x;
}

#footerBarMiddle {
	float: right;
	width: 710px;
	height: 20px;
	background: url(../images/Background-FooterBarM.jpg) #440001 top left repeat-x;
}

#footerBarRight {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/Background-FooterBarR.jpg) #440001 top left repeat-x;
}

.infoBox {
	/* background: #440001 url(images/Background-InfoBox.jpg) top left repeat-x;
	border: 1px solid #532424; */
}

.infoBox p {
	padding: 10px 10px 20px 10px;
	text-align: justify;
}

.infoBoxTitle {
	 background: url(../images/Background-Box.jpg) top left repeat; 
	padding: 5px 0 3px 10px;
	font-weight: bold;
}

.reviewText {
	padding:0;
	margin: 0;
	padding: 0 10px;
}

.reviewName {
	margin-top: 10px;
	float: right;
	font-size: 9pt;
	font-style: italic;
	line-height: 15px;
}

#ajaxticker1{
	width: 370px;
	height: 100px;
	border: none;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	font-size: 9.5pt;
	line-height: 15px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #000;
	height: 75px;
}

td.bandTD {
	background-color: #990000;
	text-align:center;
}

a.bandName {
	color: #CCC;
	text-decoration: none;
}


a.bandName:hover {
	color: #FFF;
	text-decoration: underline;
}

.bioBox {
	margin: 20px 0;
	padding: 5px;
	border: 1px dashed #622e2e; 
}

.bioBox p {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 17px;
	font-size: 11pt;
}

.bioName {
	font-size: 1.5em;
	font-weight: bold;
	color: #A00;
}

.bioInstr {
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	color: #ddd;
}

.bioPhoto {
		float: left;
		padding: 0px 10px 10px 0px;
		}

table.bookedDates {
	border: none;
	background-color: #330000;
	color: #000;
}

table.bookDates td {
	background-color: #CCCCCC;
}

li.musicGenre {
	list-style: none;
	font-size: 12pt; 
	font-weight: bold;
	margin-bottom: 10px;
}

li.musicGenre a {
	text-decoration: ;
	color: #C00;
}

li.musicGenre a:hover {
	text-decoration: underline;
	color: #C00;
}