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

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end of CSS reset */


html{
	
	}
body{
	background-color: #FFF;
	}
	
p{
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #417590;
}

p.txt_head{
	font-weight: bold;
	color: #000;
}

p.body_text{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
p.txt_footer{
	margin: .3em 0px 0px 0px;
	font-size: 13px;
	color:#000;
}
p.txt_right{
	margin: 0px 0px .3em 0px;
	text-align:right;
	font-size: 13px;
	color:#000;
}
p.warning{
	margin: 4px 0px;
	font-size: 10px;
	color:#F00;
}
p.italics{
	font-style:italic;
	font-weight: normal;
	color:#000;
}
a{
	margin: 0px;
	font: 13px normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #be4e55;
}
a:hover{
	color:#000;
}


#wrapper{
	margin: 30px auto 0px auto;
	padding: 30px 0px 0px 0px;
	width: 832px;
	height: 678px;
	background: url(../images/bkgd_content.jpg) top left no-repeat;
	display: block;
}
	
#content_wrapper{
	margin: 0px 30px 0px 30px;
	padding: 0px;
	width: 777px;
	height: 570px;
	clear:both;
	}
#header{
	margin: 0px;
	width: 777px;
	height: 105px;
	/*border: 1px solid red;*/
	display: block;
}
#sn_nav{
	margin: -35px 20px 0px 0px;
	padding: 0;
	/*display:none;*/
	}
#sn_nav ul{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	}
#sn_nav li{
	margin: 0px;
	padding:0;
	list-style: none;
	width: auto;
	float: right;
	}
#sn_nav li a{
	display: block;
	margin: 0 .6em 0 .6em;
	padding: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	}
#content_left{
	margin: 0px 5px ;
	padding: 0px;
	width: 430px;
	height: 440px;
	display: block;
	float: left;
	/*border: 1px solid black;*/
	}
#content_right{
	margin: 0px 5px ;
	padding: 0px;
	width: 320px;
	height: 440px;
	display: block;
	float: right;
	/*border: 1px solid red;*/
	}
.bucket1{
	margin: 0px;
	padding: 0px;
	background: url(../images/bkgd_bucket1.gif) top left no-repeat;
	display: block;
	width: 402px;
	height: 429px;
	position: relative;
}
.text_container{
	margin: 18px;
	padding: 0px;
	height: auto;
	width: 360px;
	position: absolute;
}
.concert_dates{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 310px;
}
.concert_dates p{
	color: #000;
}
.gig{
	margin:10px 0px;
}
.btn_btkt{
	margin: 7px 0px 12px 0px;
	background: url(../images/btn_btkt.gif) top left no-repeat;
	width:91px;
	height:31px;
	display: block;
}
.btn_btkt:hover{
	background-position: -91px 0;
}
.btn_btkt:active{
	background-position: -182px 0;
}
.btn_btkt span{
	display:none;
}
.hrule_red{
	margin: 10px 0px 10px 0px;
	padding:0;
}
a.buy_cd{
	margin: 0px 0px 10px 20px;
	width:141px;
	height:145px;
	background:url(../images/buy_pandemonium.jpg) top left no-repeat;
	float: right;
}

	
#footer{
	margin: 5px 21px 0px  21px;
	width: 747px;
	height: 60px;
	float:left;
	/*border: 1px solid red;*/
	}
	
	
