* {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#FFF;
}
p {
	margin-bottom:9px;
	line-height:16px;
}
.smallerText {
	font-size:11px;
}
h1 {
	font-size:1.3em;
	color:#C83210;
}
h2 {
	font-size:1.2em;
	color:#C83210;
}
img {
	border:1px solid #666;
}
img.floatRight {
	float:right;
	margin-left:13px;
}
img.selected {
	border:2px solid #C83210;
}
a:link, a:active, a:visited {
	color:#30C8D2;
	text-decoration:none;	
}
a:hover{
	color:#A79787;
	text-decoration:none;
	font-weight:normal;
}
td {
	font-size:12px;
}
td.just {
	text-align:justify;
}
input {
	color:#FFF;
	font:12px ariel, sans-serif;
	background:#871F0F;
	border:1px solid #000;
	padding-left:5px;
}
select {
	color:#000;
	font:1.0em ariel, sans-serif;
	background:#B6B4C8;
	border:1px solid #C83210;
}
textarea {
	color:#FFF;
	font:12px ariel, sans-serif;
	background:#871F0F;
	border:1px solid #000;
	padding-left:5px;
	overflow:auto;
}

/* Basic Layout */
#pageWrapper {
	position:relative;
	background-image:url(images/pageholder.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:5px;
	width:960px;
	text-align:left;
}
#left {
	float:left;
	width:538px;
	margin-left:205px;
}
#right {
	float:right;
	width:210px;
	height:597px;
}
#header {
	padding-left:24px;
	padding-top:30px;
}
#mainNav {
	width:536px;
	height:50px;
}
#content {
	width:538px;
	height:540px;
}
#biogHolder {
	margin-top:10px;
}
#listHolder {
	margin-top:10px;
	margin-left:10px;
}
#footer {
	clear:both;
	height:50px;
}
#downloads {
	height:258px;
	width:538px;
	margin-left:5px;
	margin-bottom:15px;
	overflow:auto;
}
#downloads table th {
	font-size:1.0em;
	height:22px;
	vertical-align:top
}
#downloads table td {
	vertical-align:middle;
	height:28px;
	font-size:12px;
	border-bottom:1px dashed #A79787;
}
.bold {
	font-weight:bold;
}
.track a:link, .track a:active, .track a:visited {
	color:#FFF;
}
.track a:hover {
	color:#A79787;
}
#songs {
	height:430px;
	width:500px;
	margin-left:30px;
	margin-bottom:12px;
	overflow:auto;
}
#songs table th {
	font-size:1.0em;
	height:22px;
	vertical-align:top
}
#songs table td {
	vertical-align:middle;
	height:28px;
	font-size:12px;
	border-bottom:1px dashed #A79787;
}


/* Horizontal Nav */
ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:1.1em;
}
ul.menu li {
	display:block;
	float:left;
}
ul.menu li a {
	float:left;
	color:#30C8D2;
	text-decoration:none;
	height:40px;
	padding:8px 21px 0;
	font-weight:normal;
}
ul.menu li a:hover,.selected {
	color:#A79787;
	text-decoration:none;
	font-weight:normal;
	background:transparent url(images/buttons/blueLine.gif) 3px 33px no-repeat;
}
ul.menu .selected a {
	color:#A79787;
	font-weight:normal;
	text-decoration:none;
	background:transparent url(images/buttons/blueLine.gif) 3px 33px no-repeat;
}

/* Other Stuff */
.title {
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	width:538px;
	height:36px;
	font-size:1.0em;
	font-weight:bold;
	vertical-align:middle;
}
.formButton {
	background:none;
	border:none;
	padding-left:0px;
}
.news {
	font-weight:bold;
	color:#C83210;
}
.noBorder {
	border:none;
}
.newsSub {
	width:70px;
	font-size:13px;
	font-weight:bold;
	color:#C83210;
	height:25px;
	vertical-align:top;
}
.newsInfo {
	font-size:13px;
	vertical-align:top;
}
.gigHead {
	width:180px;
	color:#FFF;
	font-weight:bold;
	vertical-align:bottom;
	height:25px;
}
.gigHead a:link, .gigHead a:active, .gigHead a:visited {
	color:#FFF;
	font-weight:bold;
}
.gigHead a:hover {
	color:#A79787;
	font-weight:bold;
}
.gigInfo {
	vertical-align:top;
	height:28px;
	font-size:11px;
	border-bottom:1px dashed #FFF;
}
.gigInfo a:link, .gigInfo a:active, .gigInfo a:visited {
	color:#FFF;
}
.gigInfo a:hover {
	color:#A79787;
}
.quote {
	font-family:Impact, Charcoal, sans-serif;
	color:#FFF;
}
.enq {
	font-size:12px;
	color:#FFF;
	height:22px;
	vertical-align:top;
}
.enq a:link, .enq a:active, .enq a:visited {
	color:#FFF;
}
.enq a:hover {
	color:#A79787;
}
.emailLink a:link, .emailLink a:active, .emailLink a:visited {
	font-size:12px;
	color:#30C8D2;
	height:18px;
	vertical-align:top;
}
.emailLink a:hover {
	color:#A79787;
}
.galleryHead {
	font-weight:bold;
	height:22px;
	vertical-align:bottom;
}
.errors {
	color:#F00;
	font-size:12px;
	height:28px;
	vertical-align:middle;
}
