@charset "utf-8";
/* CSS Document */

body {
	background-color: #222222;
	margin: 0;
	text-align:center;
	padding: 0
}

.layout #container{
	width: 900px;
	margin: 10px auto;
	text-align:left;
	border: solid 3px #FF0000;
	background-color:#FFFFFF
}

.layout #content{
	padding: 4px 20px;
	text-align: center;
	font-weight: bold;
}

.layout #footer{
	border-top: 3px #F00 solid;
}

.layout h1 {
	text-align:center; 
	color:#F00;
	padding: 0;  
}

.layout #headerimg{
	width: 825;
	margin: 0;
	padding: 0;
}


/* The gallery class is for gallery pages */
.gallery img
{
	border: 2px solid #222222;
	margin: none;
	width: 179px;
	height: 133px;
}

.gallery table
{
	border: none;
	margin: 0px;
	padding: 0px;
	
}

.gallery td
{
	margin: 10px;
	padding: 10px;
}

/* class for history pages*/
.history 
{
	margin-left:auto; margin-right:auto;
	text-align:left;
	width:500px;
	
}

.history td{
	font-weight:bold;}
	
.history h2{
	color:#F00;
}

table.w50 td 
{
width: 200px;
}

	
/* The band_sched class is for the table of the band schedule */

.band_sched table 
	{
		width:90%;
		border:medium solid #03F;
		color:#03F;
		text-align:center;
		border-collapse:collapse;
		border-spacing:0px;
	}
	
	
.band_sched td
	{
		color:#03F;
		font-size:12pt;
		border:thin solid #03F;
		padding:15px;
	}
	
.band_sched th
	{
		color:#03F;
		font-size:12pt;
		border:thin solid #03F;
		padding:15px;
	}
	
		
