@charset "utf-8";
body {
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	background: #551522 url(../img/page_background.gif);
	margin: 0;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.4em;
	font-style:italic;
	color:#660000;
}

h2 {
	font-size: 1.3em;
	color:#B15F65;
}

h3 {
	font-size: 1.0em;
}

label {
	width:120px;
	font-weight:bold;
	float:left;
}

#maincontainer {
	width: 100%;
	background:  url(../img/maincontainer_background.jpg) repeat-x ;
}

#contentwrapper {
	width:804px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 774px;
	height: 207px;
	margin: 0;
	background:url(../img/header_background-newleg.gif) no-repeat;
	padding-left: 30px;
	padding-top:110px;
}

#header ul {

}

#header ul li {
	list-style: none;
	line-height: 150%;
}

#header a {
	text-decoration:none;
	color:#660000;
	padding:2px 6px;
}

#header a:hover {
	background-color:#e3d2c6;
}

#headline {
	width: 60%;
	text-align:center;
	float:right;
}

#headline h1 {
	clear:both;
	margin-right: 16px;
	font-size:1.6em;
}

#headline img {
	margin-right: 113px;
	margin-top: 8px;
	margin-bottom: 10px;
}

#content {
	width: 632px;
	margin: 0px;
	padding: 6px 107px 20px 65px;
	background: url(../img/content_background.jpg) repeat-y;
}

#content a {
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

div#nav {
	margin-top: 20px;
	margin-left: -10px;
}

#footer {
	background: url(../img/footer_background.gif) no-repeat;
	height:94px;
}

#rightbox {
	width: 175px;
	float:right;
	border: solid 1px #B15F65;
	border-bottom:solid 3px #B15F65;
	padding: 8px;
	margin-top: 12px;
	margin-left: 20px;
}

#rightbox > h2 {
	margin-top:0px;
}

.notice {
	font-weight: bold;
	color:#660000;
}

.directions {
	background-color:#EDE9E8;
	color:#B15F65 !important;
	float:right; 
	border:2px #B15F65 groove; 
	text-align:center; 
}

.directions a {
        color:#B15F65 !important;
        text-decoration:none !important;
        width: 90px;
        height: 20px;
		display:block;
        padding: 2px 0px 0px;
        font-weight: bold;
        font-stretch:expanded !important;
        font-size:1.2em !important;
}

.directions a:hover {
        background-color:#B15F65;
        color: #660000 !important;
}

table.rehearsals {
		border-collapse: collapse;
		border: 1px dotted;
		border-color: #B15F65;
		border-top: 1px dotted #B15F65;		
}

.centered {
	text-align:center;
}
.left {
	text-align:left;
}