body {
	margin: 0 0 0 0;
	font-family: verdana, arial;
	font-size: 11px;
	color: silver;
	background: #351408 url('../images/body_bg.gif') top center repeat-y;
	min-height: 100%;
	height: 100%;
}

a {
	color: #FCF6B0;
}

p.news {
	margin-bottom: -10px;
	margin-left: 20px;
}

#intro {
	margin-top: 50px;
	text-align: center;
}

#intro h1 {
	font-size: 16px;
	font-color: silver;
}

#wrapper {
	position: relative;
	left: 50%;
	margin: 0 0 0 -360px;
	width: 720px;
	min-height: 100%;
	height: 100%;
}

#header {
	position: relative;
	width: 720px;
	margin-bottom: -80px;
}

#navigation {
	position: relative;
	width: 720px;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: bottom;
	background-color: center;
}

#subnavigation {
	position: relative;
	width: 720px;
	text-align: center;
}

#navigation li, #subnavigation li {
	list-style-type: none;
	display: inline;
}

#navigation ul  {
}

#navigation a, #subnavigation a {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14px;
}

#subnavigation a {
	color: #BF552E;
}

#navigation a {
	font-weight: bold;
}

#navigation a:hover, #subnavigation a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	margin: -20px 170px 90px 20px;
	padding: 20px 0 50px 0;
}

#content h1 {
	font-size: 16px;
	color: white;
	width: 100%;
	border-bottom: 1px solid #BF552E;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #BF552E;
}

#content ul {
	margin: 10px 0 0 0;
}

#content li {
	margin: 0 0 0 0;
}

#content img {
	float: right;
	clear: both;
}

#content img.concertThumbnail {
	float: none;
	border: 1px solid #BF552E;
}

#content img.concertBigImage {
	border: 3px solid #BF552E;
	float: none;
	align: center;
	clear: both;
}

#content img.nofloat {
	float: none;
	margin: 3px;
}

#content table {
	margin: 0 0 0 20px;
	width: 500px;
}

#content td {
	vertical-align: top;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
}

#content th {
	color: white;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #BF552E;
}

#content tr {
	margin: 20px 0 0 0;
}

#rightBar {
	position: absolute;
	top: 347px;
	right: 0;
	width: 150px;
	border-top: 1px solid #BF552E;
	padding-top: 4px;
}

#rightBar p {
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #BF552E;
	margin: 10px 0 4px 0;
}

#rightBar h1 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0 0 0 0;
}

#contact {
	position: relative;
	width: 150px;
}

#contact li {
	list-style: none;
}

hr {
	border-bottom: 1px solid #BF552E;
	height: 1px;
}

input, textarea, select {
	background-color: #351408;
	border: 1px solid silver;
	color: silver;
	font-size: 12px;
}

option {
	color: white;
}

option.disabled {
	color: silver;
}
