body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#main {
	width: 85%;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #eff0be;
	border: 1px solid #fff;
}

#header {
	width: 100%;
	height: 144px;
	background-color: #505a61;
}

#navigation {
	height: 21px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #fff;
	background-image: url('/images/navbg.gif');
}


#navigation a {
	display: inline-block;	
	margin: 0 15px;
	color:white; 
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	padding-top:2px;
	text-shadow: 2px 2px #000;
}

#navigation a.current {
	color: yellow;
}



#login_info {
	text-align: left;
	border-top: 1px solid #fff;
	background-color: #9c3000;
	padding: 3px;
}

#login_info h1 {
	font: bold 14pt georgia, serif;
	color: #fff;
	margin: 0;
}

#login_info .user_info {
	font: 8pt trebuchet ms, trebushet, georgia, serif;
	color: #fff;
}

#login_info a, #login_info a:link, #login_info a:active, #login_info a:visited {
	color: #EFF0BE;
	text-decoration: none;
}

#login_info a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 0;
	padding: 0 90px 1em 1em;
	background-image: url('/images/musicbg.gif');
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px solid #fff;
}

#content h1 {
	font: bold 16pt georgia, serif;
	color: #9c3000;
	margin: 0.5em 0 1em 0;
}

#content h2 {
	font: bold 12pt georgia, serif;
	color: #e45c22;
	margin: 1em 0 0.5em 0;
}	

#content h2.nobottommargin {
	text-decoration: none;
	margin: 0 0 0.25em 0;
	color: #e45c22;
	text-decoration: none;
}	

#content p, #content li {
	font: 10pt georgia, serif;
	color: #505a61;
}

#content p.notopmargin {
	margin: 0 0 2em 0;
}

#content p.marginless {
	margin: 0;
}

#content ul.notopmargin, #content p.notopmargin {
	margin-top: 0;
}

#content a, #content a:link, #content a:active {
	color: #9c3000;
}

#content a:visited {
	color: #9C8175;
}

#content table.table {
	border-collapse: collapse;
	margin-bottom: 2em;
	margin-top: 0.5em;
}

#content table.table th {
	font: bold 9pt georgia, serif;
	text-align: left;
	padding-right: 10px;
}

#content table.table td {
	font: 9pt georgia, serif;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}

#content table.table td.caption {
	padding-top: 7px;
}

#content table.table td.center {
	text-align: center;
}

#content div.static_data {
	margin-top: 2px;
}	

#content table.table input.txt, #content table.table textarea {
	font: 10pt georgia, serif;
	border: 1px solid #ccc;
}

#footer {
	text-align:center;
	margin: 0.5em auto;
	font: 7pt georgia, serif;
	color: #fff;
}

#footer a, #footer a:visited {
	color: #fff;
}

#events {
	width: 33%;
	float: right;
	border-left: 1px dashed #9c3000;
	border-bottom: 1px dashed #9c3000;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#events h3 {
	margin: 0 0 0.5em 0;
	color: #e45c22;
}

#events p {
	font-size: 8pt;
	margin: 0 0 0.5em 0;
}

#admin_nav {
	font-variant: small-caps;
	margin: 1em 0 1em 0;
}

#admin_nav a, #admin_nav a:visited, #admin_nav a:link , #admin_nav a:active {
	text-decoration: none;
	color: #9c3000;
	
}

#admin_nav a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
}

ul {
	list-style-type: disc;
}
