body {
	background-color: #000000;
	background-image: url(img/body_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: default;
}
img {
	border: 0px none;
}
p, td, div {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}


/* Links */


a:link {
	color: #FF9C00;
	text-decoration: underline;
}
a:visited {
	color: #FF9C00;
	text-decoration: underline;
}
a:hover {
	color: #FFEA00;
	text-decoration: underline;
}

a:active {
	color: #FFEA00;
	text-decoration: underline;
}


/* Layout Divs */


#divMaillist {
	position: absolute;
	width: 218px;
	left: 13px;
	top: 300px;
	text-align: center;
}
#divMainContainer {
	position: absolute;
	width: 474px;
	left: 244px;
	top: 133px;
	text-align: center;
}
#divMainNavs {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.divContent {
	position: relative;
	width: 468px;
	text-align: left;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	background-repeat: no-repeat;
	background-position: right top;
}
.divContent#bNews {
	background-image: url(img/body_news.gif);
}
.divContent#bShows {
	background-image: url(img/body_shows.gif);
}
.divContent#bSounds {
	background-image: url(img/body_sounds.gif);
}
.divContent#bPhotos {
	background-image: url(img/body_photos.gif);
}
.divContent#bBio {
	background-image: url(img/body_bio.gif);
}
.divContent#bMerch {
	background-image: url(img/body_merch.gif);
}
.divContent#bBooking {
	background-image: url(img/body_booking.gif);
}
.divContent#bGuestbook {
	background-image: url(img/body_guestbook.gif);
}
.divContent#bLinks {
	background-image: url(img/body_links.gif);
}
.pSep {
	position: relative;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002500;
}
#divFooter {
	position: relative;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002500;
	color: #023802;
}
#hiddenContainer {
	position: relative;
	display: block;
	height: 380px;
	width: 470px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: .5em;
}
.hiddenLayer {
	position: absolute;
	visibility: hidden;
	width: 98%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	left: 10px;
	top: 5px;


}


/* Class Styles */


.title01 {
	font-weight: bold;
	text-transform: uppercase;
	color: #AEFF00;
}
.title02 {
	color: #00FF00;
}

.mailOptions {
	color: #A5D8A5;
	text-align: right;
}
input, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #007900;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #005B00;
}
input.fieldName {
	background-image: url(img/input_bg_name.gif);
	background-repeat: no-repeat;
}
input.fieldEmail {
	background-image: url(img/input_bg_email.gif);
	background-repeat: no-repeat;
}
input.fieldWebTitle {
	background-image: url(img/input_bg_webtitle.gif);
	background-repeat: no-repeat;
}
input.fieldWebsite {
	background-image: url(img/input_bg_website.gif);
	background-repeat: no-repeat;
}
input.fieldLocation {
	background-image: url(img/input_bg_location.gif);
	background-repeat: no-repeat;
}
textarea.fieldComments {
	background-image: url(img/input_bg_comments.gif);
	background-repeat: no-repeat;
}
.SoundsPadding {
	padding-top: 35px;
}
#codebox {
	font-family: Arial;
	font-size: 11px;
	color: #237200;
	background-color: #002800;
	padding: 2px;
	width: 460px;
	border: 1px solid #003B00;
	font-weight: normal;
	height: 35px;
}

