body{
	margin: 0px;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	background-color: black;
	background: url(Images/bg.jpg) no-repeat center bottom #000000;
}

#logobar{	
	text-align: center;
}

#header{
	width: 940px;
	height: 58px;
	margin: 0 auto;
	text-align: center;
	background: url(Images/Navbar.jpg) no-repeat left top;
}

#menu{
	float: left;
	width: 900px;
	height: 30px;
	
}

#menu ul{
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: normal;
}

#menu li{
	width: 125px;
	float: left;
	background: url(Images/headline.jpg) no-repeat right 14px;
}

#menu a{
	display: block;
	padding: 18px 0px 9px 0px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover{
	color: white;
	background: url(Images/imagerol.png) no-repeat center;
}

#currol #homecur,#imagecur,#musiccur,#videocur,#gigguidecur,#contactcur,#linkscur{
	background: url(Images/imagerol.png) no-repeat center;
}

/* Mainpage */

#mainpage{
	width: 940px;
	margin: 0 auto;
	background: url(Images/Bodytop.jpg) no-repeat top #504c4b;
	padding-top: 15px;
	margin-bottom: 20px;
}

#images1{
	float: right;
	padding: 7px 20px 0px 0px;
}

#content{
	width: 940px;
}

.pageinfo{
	margin-bottom: 30px;
	padding-left: 20px;
}
.pageinfo a{
	color: white;
}

.pageinfo h1{
	font-family: Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	text-shadow: 2px 2px 1px #000000;
	/* IE HACK */
	filter: Shadow(Color=black, Direction=135, Strength=3);
	/* END IE HACK */
}

.pageinfo h2{
	font-size: 18px;
	text-shadow: 2px 2px 1px #000000;
	/* IE HACK */
	filter: Shadow(Color=black, Direction=135, Strength=2);
	/* END IE HACK */
}

.pageinfo p1{
}

.pageinfo .par1{
	line-height: 140%;
	width: 500px;
	margin-bottom: 00px;
}

#names{
	padding-left:0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
}

#names ul{
	list-style: none;
}

#names li{
	width: 285px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 1px;
	font-family: Trebuchet MS;
	font-size: 25px;
	padding-right: 0px;
	padding-left: 0px;
	/* IE HACK */
	filter: Shadow(Color=black, Direction=135, Strength=3);
	/* END IE HACK */
}

#images2{
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	shadow: 2px 2px 1px #000000;
}

#images3{
	text-align: center;	
	margin: 0px 0px 0px 0px;
}

.gary{
	padding-right: 30px;
}

.steve{
	padding-right:30px;
}

.grant{
}

/* Images Page */

#imagegallery{
	padding-left: 8px;
}

#imagegallery img{
	border-style: solid;
	color: #3b3838;
	margin: 14px;
	
}

#imagegallery a{
	border-style:none;
	color: #3b3838;

}

/* Video Page */

#video{
	text-align: center;
}

/* Music Page */

#musicplayer{
	float: right;
	padding: 0px 20px 0px 0px;
}

#musicplayer p{
float:right;
padding: 0px 50px 0px 0px;
font-size: 0.8em;
}

#cdinfo{
	text-align: center;
	padding-top: 10px;
}

#cdinfo ul{
	list-style: none;
}

#cdinfo li{
	width: 234px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
}

/* Gig Guide Page */

table{
	padding-left: 20px;
}

th{	
}

/* Contact Page */

#contactinfo{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}

#contactinfo ul{
	list-style: none;
}

#contactinfo li{
	width: 234px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}

/* Body Background */

#bgbottom{
	width: 940px;
	padding: 0px 0px 30px 0px;
	background: url(Images/Bodybottom.jpg) no-repeat right bottom;
}

/* Hit Counter */

#hitcounter{
	position:absolute; 
	margin: 0px 15px 0px 0px;
	left:162px; 
	top:1253px; 
	text-align: center;
	font-size: 8.5px;
}

/* Footer Text */

#footertext{
	margin-top: 10px;
	margin: 0 auto;
	font-size: 12px;
	width: 700px;
	text-align: center;
	padding: 0px 0 10px 0;
	color: white;
}

#footertext a{
color: white;
}



