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

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#page {
	margin: 36px auto 1em;
	width: 640px;
	position: relative;
	text-align: left;
	background: url('../img/content_bg_top.gif') no-repeat top right;
}

#navigation {
	float: left;
	width: 162px;
	text-align: center;
	background: url('../img/navigation_bg_top.gif') no-repeat top center;
	padding: 36px 0 0;
}

#content, #footer {
	clear: right;
	width: 460px;
	float: right;
}

#logo {
	margin-bottom: 78px;
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	background: url('../img/navigation_bg_bottom.gif') no-repeat bottom center;
	margin: 0;
	padding: 0 0 77px;
}
#navigation li {
	margin: 0;
	padding: 0 0 .1em;
}
#navigation li#menuitem1 {
	margin-top: .7em;
}

#navigation li a {
	text-decoration: none;
	color: #555;
	letter-spacing: .1em;
	padding-left: 10px;
}
#navigation li a span {
	padding-right: 10px;
}

#navigation li.active a, #navigation li a:hover {
	background: transparent url('../img/menu_bullet.gif') no-repeat left .4em;
}
#navigation li.active a span, #navigation li a:hover span {
	background: transparent url('../img/menu_bullet.gif') no-repeat right .4em;
}

#content {
	width: 451px;
	margin-top: 35px;
	padding-top: 9px;
	padding-right: 8px;
	border-right: #C8C5AC solid 1px;
	min-height: 400px;
}

#footer {
	background: url('../img/content_bg_bottom.gif') no-repeat top right;
	padding-top: 2.5em;
	text-align: center;
	font-size: .8em;
	line-height: 1.2em;
	color: #999;
}
#footer a {
	color: #999;
}

ul.thumbs {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	clear: both;
	margin-right: -8px;
}
ul.thumbs li {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 1.5em;
}
ul.thumbs li p {
	line-height: 1.2em;
	overflow: hidden;
	margin-bottom: .2em;
}
ul.thumbs img {
	display: block;
}
.thumbs .clearboth { 
	clear: both; 
}

ul.concerts, ul#pastyears {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
}

ul.concerts li {
	margin-bottom: 2em;
}

ul.concerts p, ul.concerts h3 {
	margin: 0;
}

#upcomingconcerts {
	margin: 1em 0 4em;
}

#pastconcerts {
	margin: 1em 0 2em;
}

#contactform {
	margin-bottom: 3em;
}

/* clearfix */
#page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#page {display: inline-table;}
/* \*/
#page {display: block;}
/* */
