html, body{
	margin: 0;
	padding: 0;
	overflow: scroll;
}

body{
	color: white;
	/*background: #fff url('img/fpbg.jpg') 0 0 repeat-x;	*/
	background: #fff url('img/fuzzbg.jpg') center top scroll no-repeat;
	overflow: auto;
}

h1{
	letter-spacing: 2px;
	font-variant: small-caps;
	color: #ffcc66;
	font-size: 150%;
}

h2{
	letter-spacing: 3px;
	font-variant: small-caps;
	color: #ffcc66;
	font-size: 130%;
}

h3{
	letter-spacing: 4px;
	font-variant: small-caps;
	color: #ffcc66;
	font-size: 110%;
}


p, td, th{
	color: #f0f0f0;
}

a{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

#wrapper a{
	color: #b3b3b3;
	text-decoration: none;
}

#wrapper a:hover{
	color: #f0f0f0;
}

#main{
	height: 660px;
}

#songlist_table th{
	background-color: transparent !important;
	text-align: left !important;
	color: #ffcc66;
}

#songlist_table td{
	border-bottom: 1px solid #333;
}

#wrapper{
        background: url('img/stagelighting.jpg') 0 0 no-repeat;
	height: 730px;

margin: 0px auto;
	
}

#header{
	height: 40px;
}

#header #menu, #footer #footermenu{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 4px;
}

#header #menu li, #footer #footermenu li{
	display: inline;
	width: auto;
	list-style: none;
	text-align: center;
	position: relative;
	font-size: 120% !important;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 3px;
	letter-spacing: 3px;
	color: #e6e6e6;
	border: 1px solid transparent;
}
/*
#header #menu{
	background: transparent url('img/link.jpg') 0 0 repeat-x;
}*/

#header #menu li:hover{
	color: #fff;
}

#splash{
	height: 633px;
}

#content{
	position: relative;
	left: 95px;
	top: 40px;
	width: 440px;
	height: 430px;
	border: 0px solid white;
	overflow: auto;
	padding-right: 10px;
	letter-spacing: 1px;
}

#news{
	position: relative;
	left: 50px;
	top: 40px;
	width: 360px;
	height: 170px;
	border: 0px solid white;
	overflow: auto;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 105%;
	font-weight: 800;
}

#news p{
	margin: 3px;
}

#signature{
	position: relative;
	top: 00px;
	text-align: center;
}

#signature h1{
	color: #111;
}

#signature p{
	margin: 1px;
	color: #333;
	font-weight: 800;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: relative;
}

#videoplayer{
	margin-top: 20px;
	overflow: hidden;
}

#footer{
	margin: 10px auto;
	text-align: center;

}

#footermenu{
	width: 100%;
	text-align: left;
}

#footermenu li, #footer p, #footer a{
	color: #fff !important;
	text-align: center;
}

#footer a:hover{
	color: maroon !important;
}

.wrapper{
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	clear: both;
}

.hot{
	background-color: #7f7f7f;
	border: 1px solid #fff !important;
}

.event{
	border-top: 1px solid #666;
	margin-bottom: 5px;
	width: 90%;
	padding: 10px;
}

