@charset "utf-8";
body {
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#menu {
	margin-top:15px;
	float:right;
}
#home {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#band_title {
	padding-top:70px;
	padding-bottom:20px;
}
#image_divider {
	margin-left:-200px;
	margin-top:-120px;
	background:url(../images/band_background.jpg);
	width:1160px;
	height:165px;
}
#content {
	margin-top:100px;
	margin-bottom:200px;
	text-align:center;
}
#band_credit {
	width:500px;
	float:right;
	margin-bottom:200px;
}
#photos_title {
	margin-top:80px;
}
#photos{
	text-align:center;
	margin-bottom:200px;
}
#photo_divider{
	height:5px
}
#photos img{
	padding:5px;
	text-align:center;
}
#music_title {
	margin-top:80px;
	text-align:center;
}
#music {
	text-align:center;

}
#footer {
	font-size:11px;
	float:right;
	color:#000;
}
#footer a {
	color:#000;
}
