body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	min-width: 800px;
	text-align: center;
}
#main {
	height: 100%;
	width: 800px;
	margin:0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/layout_03.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.event_date {
	font-weight: 900;
	color: #000;
}

#main #header {
	height: 159px;
	width: 800px;
}
#header #flashcontent {
	float: right;
	height: 159px;
	width: 550px;
}
#header #logo {
	float: left;
	height: 159px;
	width: 250px;
}

#main #container #sidebar {
	background-color: #FFFFFF;
	float: left;
	width: 191px;
	padding-left: 10px;
}
#main #container #content {
	background-color: #FFFFFF;
	float: right;
	width: 524px;
	background-image: url(images/layout_03.gif);
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#main #container {
	background-repeat: repeat-y;
	width: 800px;
}
#main #footer {
	background-color: #FFFFFF;
	clear: both;
	background-image: url(images/layout_05.gif);
	height: 115px;
	width: 800px;
	text-align: right;
	vertical-align: bottom;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16pt;
}
#headlines a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#headlines a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#headlines a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.headline {
	clear: both;
	background-image: url(images/headlinebg.gif);
	background-repeat: repeat-y;
}
#sidebar #headlines {
	margin-top: 10px;
	margin-bottom: 10px;
}
.line_down {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: 900;
	font-style: italic;
}
.gallery_button {
	text-align: center;
	float: left;
	width: 100px;
	padding: 5px;
	height: 130px;
}
.band_button {
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image_button {
	text-align: center;
	float: left;
	width: 80px;
	height: 90px;
	padding-right: 5px;
	padding-bottom: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: underline;
}