@charset "UTF-8";
/* CSS Document */

#header {
	width: 900px;
}
#header img {
	float: left;
	clear: both;
}
#content {
	width: 860px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	clear: both;
}
#footer {
	width: 900px;
	height: auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	clear: both;
	padding-top: 30px;
}
#copyright {
font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	font-size: 8pt;
	text-align: right;
	float: right;
	height: 10px;
	width: 400px;
}
#site_map_link {
	float: left;
	height: 10px;
	width: 300px;
}
#site_map_link a{
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	font-size: 9pt;
	text-align: left;
	text-decoration: underline;
	font-style: normal;
	text-transform: none;
}
#left {
	float: left;
	width: 540px;
}
#right {
	float: right;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-left: 10px;
	width: 300px;
}
#left .latest_news {
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#right .latest_event {
	border-top-color: #333333;
	border-top-style: dotted;
	border-top-width: thin;
}
/*
#gallery_list {
	text-align: left;
	vertical-align: middle;
}
#gallery_list ul{
	list-style-type:none;
}
*/
.gallery {
	margin: 5px;
	padding: 5px;
	width: 470px;
	height: 96px;
	vertical-align: middle;
}
.gallery h4 {
	font-size: 11pt;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	float: right;
	margin: 0px;
	vertical-align: middle;
	height: 26px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.gallery img {
	float: left;
	margin: 0px;
	padding: 0px;
}

.gallery_nav {
	height: 30px;
	margin: 5px;
	font-size: 8pt;
	color: #666666;
	font-style: italic;
	text-decoration: underline;
	clear: both;
}
.gallery_nav a {
	font-size: 8pt;
	color:#CCC;
}
.gallery_nav a:visited {
	font-size: 8pt;
	color:#CCC;
}
.gallery_nav a:link {
	font-size: 8pt;
	color:#CCC;
}
.gallery_prev {
	height: 20px;
	float: left;
	width: 150px;
	margin: 5px;
	text-align: left;
}
.gallery_pages {
	height: 20px;
	float: left;
	width: 200px;
	text-align: center;
	margin: 5px;
}
.gallery_next {
	height: 20px;
	float: right;
	width: 150px;
	margin: 5px;
	text-align: right;
}
#list_galleries{
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#copyright_notice{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
.most_recent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.selected {
	padding-top: 5px;
	padding-right: 0px;
}
a:link {
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11pt;
	font-style: normal;
	text-transform: uppercase;
}

a:visited {
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color: #CCC;
	font-size: 11pt;
}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 30pt;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
}	

h2 {
	font-size: 14pt;
	font-style: italic;
}

#left h3{
	text-align: center;
}

h3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:link{
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
h3 a:visited{
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
.latest p {
	text-align: justify;
}

.latest_nav {
	text-align: center;
	font-size: 8pt;
	clear: both;
}
.latest_nav a:visited {
	text-align: center;
	font-size: 8pt;
}
.latest_nav a:link {
	text-align: center;
	font-size: 8pt;
}
.latest_nav td {
	width: 80px;
}
.latest_nav tr {
	height: 20px;
}
.upcoming_dates li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:20px;
}
.upcoming p {
	text-align: justify;
}
.upcoming_footer {
	/*top: 50px;*/
	position: relative;
	text-align: center;
	font-size: 10pt;
}
.upcoming_footer a {
	font-size: 12px;
}
.contact p {
	text-align: justify;
}
.about {
	text-align: justify;
}
.about img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.web_links {
	text-align: left;
}
.band_info {
	padding: 5px;
	width: 800px;
	margin: 20px;
	left: auto;
	right: auto;
	clear: both;
	height: auto;
	top: auto;
	bottom: auto;
}
.band_info .gallery_grid{
	width: 760px;
	left: auto;
	right: auto;
	float: left;
	clear: both;
}
.band_info .gallery {
	margin: 5px;
	padding: 5px;
	width: 350px;
	height: 96px;
	vertical-align: middle;
	float: left;
	border: thin dashed #333333;
}
.band_info .gallery h4 {
	font-size: 11pt;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	float: right;
	margin: 0px;
	vertical-align: middle;
	height: 26px;
	padding-top: 20px;
	padding-bottom: 40px;
}
