@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	left: 0px;
	top: 0px;
	background-color:#ffffff;
	background-image:url(img/content_bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: top left;
}

#main {
	left: 0px;
	top: 0px;
	position:absolute;
	min-width:901px;
	max-width:901px;
	min-height:946px;
	background-image:url(img/main_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	}

#top {
	background-color:#000000;
	width:100%;
	max-height:62px;
	left: 0px;
	top: 0px;
	position:absolute;
	z-index:2;
	}
	
#content {
	background-image:url(img/content_bg.jpg);
	background-position: top right;
	background-repeat:repeat-y;
	min-width:800px;
	max-width:800px;
	float:right;
	top:63px;
	position:relative;
	padding-right:10px;
	z-index:1;
	}
	
#leftright {
	min-width:800px;
	}
	
#left {
	float:left;
	}
	
#right {
	float:right;
	width:490px;
	padding:20px;
	min-height:500px;
	}

#footer {
	min-height:30px;
	background-color:#FF9933;
	color:#FFFFFF;
	}
	
	
#subscribeForm {
	width:300px;
	padding:10px;
	}
	
h1 {
	font-size:1.6em;
	color:#330000;
	}
	
h2 {
	font-size:1.4em;
	color:#330000;
	}
	
h3 {
	font-size:1.12em;
	color:#330000;
	}

	
a {
	color:#990000;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color:#cc0000;
}
a:active {
	text-decoration: none;
	color:#cc0000;
}

.subText {
	color: #321a04;
	font-size:.95em;
	}
	
	
.date {
	color:#660000;
	font-size:1.5em;
	font-weight:500;
	}

.venue {
	color:#660000;
	font-size: 1.2em;
	font-weight: 400;
	}
	
.artist {
	font-weight:bold;
	font-size:1.3em;
	text-transform:uppercase;
	margin:10px;
	}
	
.label {
	color:#FF6600;
	}

.footer {
	font-size:.90em;
	}

.hidden {
	visibility:hidden;
	}