body {
	padding: 0;
	margin: 0;
	color: white;
	background-color: black;
	background-image: url(../images/test-bg.gif);
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: white;
}
a:focus, a:hover, a:active {
	color: #ee171f;
}
a img {
	border: none;
}

#skip {
	font-size: 0.7em;
	position: absolute;
	left: -1000px;
	top: -500px;
}

/* layout divs */
#header {
	width: 853px;
	margin: 0 auto;
	border-right: 37px solid black;
	border-left: 37px solid black;
	height: 217px;
}
#wrapper {
	width: 853px;
	margin: 0 auto;
	border-right: 37px solid #ee171f;
	border-left: 37px solid #ee171f;
}
#menu {
	font-size: 0.8em;
}
#menu ul {
	font-size: 100%;
}
#contents {
	margin-bottom: 25px;
}
#left {
	float: left;
	width: 75%;
}
#left .content {
	padding: 20px 25px 0 25px;
}
#right {
	float: left;
	width: 25%;
	text-align: right;
}
#right .content {
	padding: 25px 25px 0 10px;
}
#right h1 {
	margin-bottom: 0.5em;
	color: #1f899f;
	font-size: 0.95em;
	text-transform: uppercase;
	text-align: right;
}
#right p {
	color: #1f899f;
	font-size: 0.75em;
	line-height: 1.3;
	font-style: italic;
	text-align: right;
	margin: 0.5em 0 1em 0;
}
#right img {
	display: block;
}
#contentwide {
	margin: 0 25px;
	clear: both;
}
#contentwide h1 {
	padding-top: 20px;
}
#footer {
	width: 853px;
	margin: 0 auto 0 auto;
	position: relative;
}
#footer .content {
	margin: 3px;
	border: 2px solid #ee171f;
	padding: 5px 25px 7px 25px;
	font-size: 0.65em;
	line-height: 1.35;
	text-align: right;
}
#footer1 {
	width: 64%;
}
#footer2 {
	width: 35%;
	float: right;
}

/* tags */
h1 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.75em;
	color: #ee171f;
}
h2 {
	font-size: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h3 {
	font-size: 0.95em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h4 {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
}
p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1em;
}
.para1 {
	font-size: 0.85em;
	line-height: 1.6;
	color: #fffec6;
}
ul, ol, dl {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
ol ol, ul ul, ul ol, ol ul, ol p, ul p, dl p {
	font-size: 100%;
}

/* classes */
.floatl {
	float: left;
	margin: 5px 15px 3px 0;
}
.floatr {
	float: right;
	margin: 5px 0 3px 15px;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.red {
	color: #ee171f;
}
.blue {
	color: #1f899f;
}
.cream {
	color: #fffec6;
}

.dates {
	margin-bottom: 1em;
	border-collapse: collapse;
}
.dates th {
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	padding: 0 2em 0 0;
	vertical-align: top;
}
.dates td {
	font-size: 0.75em;
	line-height: 1.6;
	padding: 0 2em 0 0;
	vertical-align: top;
}
.dates td.col1 {
	font-weight: bold;
	width: 10em;
}

.staff {
	margin-bottom: 1em;
	border-collapse: collapse;
}
.staff th {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	padding: 0 2em 0 0;
	vertical-align: top;
}
.staff td {
	font-size: 0.75em;
	line-height: 1.6;
	padding: 0 2em 0 0;
	vertical-align: top;
}

.musicstaff {
	margin-bottom: 1em;
	border-collapse: collapse;
}
.musicstaff td {
	font-size: 0.75em;
	line-height: 1.6;
	padding: 0 2em 0 0;
	vertical-align: top;
}
.musicschedule {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}
.musicschedule th, .musicschedule td  {
	font-size: 0.75em;
	line-height: 1.6;
	padding: 1px 5px 3px 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ee171f;
}

.gallery {
	width: 590px;
	margin: 2em 0 1em 0;
	border-collapse: collapse;
}
.gallery td {
	color: #1f899f;
	font-size: 0.75em;
	line-height: 1.3;
	font-style: italic;
	margin: 0.5em 0 1em 0;
	padding-bottom: 30px;
}

/* force vertical scrollbar in Firefox */
body {
	overflow: -moz-scrollbars-vertical;
}