body {
	font-family: arial,helvetica,sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white; 
	text-align: center;
	font-weight: bold;
	margin:10px;
	background-image: url('/images/page_background.jpg');
}

body.picture_display {
	background-position: top center;
	background-image: url('/images/picture_background.jpg');
	background-repeat: no-repeat;
	background-color: #110000
}
img.picture_link {
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

img.picture_display {
        border-width: 2px;
        border-color: grey;
        border-style: solid;
}

a {	
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#dates a {
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #a50000;
}

#dates a:hover {
	background-color: white;
	color: #a50000;
}



h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;

}

#content,#setlistcontent,#buttonbar {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#content,#setlistcontent {
	border-width: 5px;
	border-color: black;
	border-style: ridge;
}
#content {
	background-position: top center;
	background-image: url('/images/content_background.jpg');
	background-repeat: no-repeat;
	background-color: #110000
}
#setlistcontent {
	background-position: top center;
	background-image: url('/images/setlist_background.jpg');
	background-repeat: no-repeat;
	background-color: #110000
}
#leftcolumn,#rightcolumn {
	width: 200px;
	margin: 15px;
}

#leftcolumn,#setlistcolumn {
	float: left;
	clear: left;
	text-align: left;
}

#setlistcolumn {
	width: 700px;
}

#rightcolumn {
	float: right;
	clear: right;
	text-align: right;
}

#centercolumn {
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	float: left;
}

#dates {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	width: 550px;
}

#buttonbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

#buttonbar a {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
	color: white;
}

#setlistcolumn a {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


#setlistcolumn a, #setlistcolumn a:active, #buttonbar a:hover {
	background-color: #a50000;
	color: white;
}

#setlistcolumn a:hover, #buttonbar a:active {
	background-color: white;
	color: #a50000;
}

