body {
	background: #f6ea45 url(../img/bg.jpg) no-repeat fixed left top;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
#container {
	width:1300px;
}
#nav {
	position: fixed;
	background: url(../img/nav_bg.png) repeat-x right top;
	width: 100%;
	margin-left: 196px;
	left: 0px;
	top: 0px;
}
#nav #logo {
	height: 162px;
	width: 153px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
#nav #logo a {
	background: url(../img/logo.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 162px;
	width: 153px;
}
#nav ul {
	float: left;
	padding-top: 51px;
}
#nav li {
	float: left;
	height: 37px;
	line-height: 37px;
	background: url(../img/nav_divider.png) repeat-y right top;
	padding: 0px 2px 0px 1px;
}
#nav li a {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 0px 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
#nav li a:hover {
	text-decoration: none;
	color:#FFF;
	background-color: #ba2025;
}
#nav li a.active {
	background-color: #7f1317;
}
#content {
	width: 500px;
	padding: 125px 0px 30px;
	margin-left: 380px;
	font-size: 1.3em;
	line-height: 150%;
	float:left;
}
#content p {
	text-align: justify;
	margin-bottom: 1em;
}
#content h1 {
	font-size: 2.2em;
	margin-bottom: 0.6em;
	color:#222;
	font-weight:normal;
	border-bottom:1px solid #000;
	padding:0 0 0.5em 0;
}
#content h2 {
	font-size: 1.54em;
	margin-bottom: 0.6em;
}
#content h3 {
	font-size: 1.23em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
#content h4 {
	font-size: 1.08em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
#content h5, #content h6 {
	font-size: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
#content a {
	color: #D22735;
}
#content .newsitem{
	border-bottom:1px solid #fff;
	margin-bottom:1em;
	padding-bottom:2em;
	clear:both;
	float:none;
}
#content .newsitem img{
	float:left;
	margin:0 1em 0 0;
}
#sidebar{
	float:left;
	margin:0 0 0 30px;
	padding:140px 0 0 0;
}
ul#agenda {
	margin-bottom: 2em;
}
ul#agenda li {
	padding:8px;
	font-size: 0.92em;
}
span.date {
	color:#333;
	display:block;
	float:left;
	width:110px;
}
span.location {
	display:block;
	float:left;
	font-weight:bold;
	text-align:left;
	width:250px;
}
span.desc{
	font-size:0.8em;
}

ul#concerthistory {
	font-size: 0.92em;
	color: #666;
	margin-bottom: 2em;
}