/* CSS Document */
* {
     margin:0;
     padding:0;
}

body{
     background: url(../images/stars.jpg) repeat top left;
     font-family: Trebuchet Ms, sans-serif;
     font-size: 12px;
     color:#000;
}

img{
	border:none;
}

#wrap{
     margin:0 auto;
	 
	 width:850px;
	 
	 
     
}
#banner{
	text-align:center;
	background:#000;
	padding:10px 0 0 0;
	
}
#banner a{
	color:#333;
	text-decoration:none;
}
#banner a:hover{
	color:red;
	text-decoration:none;
}
#name{
	font-size:300%;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu{
	background:#000/* url(../images/menu_gradient.jpg) repeat-x top left*/;
	
	text-align:center;
}

#menu ul{
     padding:0 0 0 30px;
}

#menu li{
	display:inline;
	font-size:20px;
	font-weight:bold;
	list-style:none;
}

#menu li a{
     text-decoration:none;
	 padding:3px 25px;
	 color:orange;
}

#menu li a:hover{
	color:yellow;
}

#content{
	
	background:#6699FF;
	/*background:#000;*/
	border:3px solid #333;
	

	
}
#content h3{padding:5px 0 10px 0;}

#left_pane, #center_pane, #content{
	float:left;
	
}

#left_pane{

	height:400px;
	padding:10px;
	width:185px;
	height:120px;
	
}
#left_pane h3{
	color:#00FF00;
}

#shows{
	padding:20px;
}
#center_pane{
	width:426px;
	height:450px;
	overflow:auto;
	border-left:3px solid #333;
	border-right:3px solid #333;
}
#center_pane p{
	padding:10px;

	
}

#right_pane{
	float:right;
	height:280px;
	
	width:185px;
	padding:0 20px 0 0;
	
}
#right_pane p{
	padding:0 0 0 15px;
}
#right_pane h3{
	padding:10px 0 10px 10px;
}

#sub_right_pane{background:orange;
	width:207px;
	border-top:3px solid #333;
	float:right;
	color:#003399;
	height:167px;
}

#sub_right_pane h2{
	padding:5px 0 5px 10px;
}

#footer{
	clear:both;
	
	
}

#marquee{
clear:both;
	font-size:140%;
	margin:0 auto;
	color:#99FF00;
	width:850px;
}

#marquee a{color:#CCFF00;}
#marquee a:hover{color:#66FFFF;}
#copyright{
	margin-top:15px;
	text-align:center;
	
}
#songlink{
	float:right;
	padding:20px;
	font-weight:bold;
}
.email a{
	color:yellow;
	font-size:15px;
	
}
#myspacelogo{
	padding:0 0 0 1px;
}
#songlist{
	
}
#songlist h3, #events h3{
	font-weight:bold;
	font-size:20px;
	color:#CCFF00;
}
/*#events{
	width:375px;
	float:right;
	padding:15px;
}*/
#events p{
	border-bottom:1px dotted #666;
	padding:5px 0;
}

#about{
	background:url(../images/drummer.jpg) no-repeat top left;
	height:300px;
	width:850px;
	
	
	
}
#about p{
	padding:30px 400px 0 30px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

#songlist{
	background:#660033 url(../images/bass.jpg) no-repeat 400px 176px;
	background-attachment:fixed;
	height:500px;
	width:850px;
	overflow:auto;
	color:#CCFF00;
	
}

#events{
	
	height:315px;
	overflow:auto;
	width:805px;
	background-image:fixed;
	padding:20px;
}

.name{
	font-style:italic;
}
#songlist table{
	/*padding:10px 0 0 400px;*/
}
#songlist h3{
	padding:20px 0 0 400px;
}
.songs, .songs p{
	margin:10px 0 0 400px;
	
}

#contact{
	background:url(../images/both.jpg) no-repeat top left;
	height:300px;
	width:850px;
	text-align:center;
	color:#66FF00;
}
#contact a{
	color:#FF9900;
	font-weight:bold;
}
#contact a:hover{
	color:#FFCC00;
}
#contact h2{
	padding:50px 0 0 0;
}
#contact h3{
	padding:20px 0 0 0;
}

#info{
	
	font-size:14px;
}

.cont{
	float:right;
}