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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top_layer{
	height:520px;
	margin-top:120px;
	position:absolute;
	z-index:100;
	float:right;
}

#bottom_layer{
	width:1000px;
	margin-top:0px;
	position:absolute;
	z-index:0;
}
	

#logo{
	width:481px;
	height:90px;
	float:left;
}

#bio_btn{
	width:58px;
	height:90px;
	float:left;
	margin-left:40px;
	margin-right:15px;
}

#newsletter{
	width:395px;
	height:90px;
	padding-top:5px;
	display:inline-block;
	float:right;
	
}

#email_field{
	width:120px;
}

#register_box{
	width:170px;
	float:right;
}
	

#background_image{
	width:1000px;
	height:523px;
	min-height:523px;
	background-image:url(../images/Snapshot---19-12-2010edit8.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	
}

#right_column{
	width:1000px;
	height:630px;
	position:absolute;
}

#dates{
	width:177px;
	float:right;
}

#discs{
	width:188px;
	background-color:#000000;
	background-image: url(../images/bart_repeat.jpg);
	background-repeat:repeat-y;
	float:right;
}

#footer{
	width:630px;
	height:313px;
	z-index:110;
	position:absolute;
	float:left;
	margin-top:510px;
}

.small_font{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.footer_font{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-left:15px;
}

.cd_header{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin-top:5px;
}

.cd_footer{
	color:#C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

.date {
	color:#C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

.venue{
	color:#A39D9D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}

.location{
	color:#A39D9D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

.date_holder{
	margin:10px;
}

.error {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
}

#bio_window{
	background-color:#000000;
	width:445px;
	height:400px;
	position:absolute;
	z-index:1000;
	margin-top:20px;
	margin-left:50px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	display:none;
}

.bio_window{
	font:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:13px;
	padding:18px;
}

