﻿body, div, p, table{
	font-family:Segoe, Arial, Helvetica, sans-serif;
	font-size:14px;
}

img{
	border:0px;
}
a{
	text-decoration:none;
}

h3{
	font-size:18px;
}

h4{
	font-size:20px;
	color:navy;
}

body{
background-image:
url('../images/mainbackground.jpg');
background-position:center top;
background-repeat:no-repeat;
margin:0px;
}

.navcontainer{
	top:555px;
	position:relative;
	color:#FFF;
	width:950px;
	height:30px;
	text-align:center;
	margin:0px;

}
.navitem{
	width:20%;
	text-align:center;
	float:left;
	font-size:17px;
	font-weight:bolder;
	
}
a.navlink{
	color:#FFF;
}
a.navlink:visited{
	color:#FFF;
}
a.navlink:hover{
color:yellow;
}

.maindiv{
	top:585px;
	position:relative;
	color:#333;
	width:950px;
	height:500px;
	margin:0px;
	overflow:auto;
	z-index:500;
	}
.banddiv{
	top:560px;
	position:relative;
	color:#333;
	width:1000px;
	height:555px;
	margin-left:0px;
	overflow:auto;
	z-index:500;
	}	

.bandpageimage{
float:left;
margin-right:5px;
}
.copyright{
	top:600px;
	position:relative;
	color:#333;
	width:950px;
	height:50px;
	margin:0px;
	text-align:center;
	font-size:12px;
	z-index:100;
	
}

.bandname{
	width:20%;
	text-align:center;
	float:left;
	font-size:12px;
}
ul{
	margin:0px;
}

