body {
	background: black;
}

p {
	color: white;
}

h1,h2,h3{
	font-family: courier;
	color: white;
}

#header {
	background: white;
	height: 200px;

}

#header ul {
	
	width: 100%;
	margin: auto;
	list-style: none;
	font-family: courier;
	margin: 0;
	padding: 0;
	text-align: center;

}

#header a {

font-size: 22px;
color: black;

}


#header li {
	padding: .2em 1em;
	display: inline;
}




#logolink img {
	width: 200px;

}




.activelink {
	text-decoration: underline;
}


#homepagecarousel {
	margin: 20px 0px 0px 0px;
}



#myCarousel {
	border: 4px white solid;
	width: 99%;
	

}

.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.bandspage {
	margin-bottom: 245px;

}

.linkgallery {

	margin-bottom: 15px;

}

.fb-like-box {
	margin: 20px 0px 0px 0px;
}

#footer {

	color: white;
}

#footer p {
	text-align: right;

	padding: 20px
}