@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background-color: #000;
	background-image: url(images/band_header.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#header h1  {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 175px;
}
#mainContent  {
	padding: 0;
	background-color: #FCB70F;
	text-align: center;
}
#container #mainContent {
}

#footer  {
	padding: 0;
	text-align: center;
	color: #FCB70F;
}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent p  {
	color: #FCB70F;
	background-color: #000;
	line-height: 2.5em;
}
#mainContent h1 {
	color: #FCB70F;
	background-color: #006;
	line-height: 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.75em;
}
#calendar {
	font-family: Verdana, Geneva, sans-serif;
	color: #FCB70F;
}
#calendar tr th {
	text-align: left;
	font-size: 120%;
	font-style: italic;
	text-decoration: underline;
}
.cancelled {
	color: #F00;
}
#calendar tr td strong {
	color: #F00;
}

