BODY {
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	width:800px;
	padding:10px;
}

#wrapper {
	width:100%;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
	background-color: #FF0000;
}
#header {
	border:0px solid #bbb;
	height:120px;
	padding:2px;
	background-color: white;
	text-align: center;
	line-height: 10%;
}
#content {
	margin-top:5px;
	padding-bottom:5px;
}
#content div {
	padding:5px;
	float:left;
}
#content-left {
	width:17%;
	background-color:#FFFF00;
	padding: 10px;
}
#content-main {
	margin-left:5px;
	width:79%;
	background-color:white
}
#content-right {
	margin-left:10px;
	width:134px;
}
#footer {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	width:98%;
	background-color:white
}
#bottom {
	clear:both;
	text-align:right;
}

DIV.private_events {
	color: fuchsia;
}

H1, H2, H3, H4, H5, H6 {
	text-align: center;
	font-weight: bold;
	color: red;
}

A:link {color: red; font-weight: bold }
A:active {color: navy; font-weight: bold }
A:visited {color: navy; font-weight: bold }

A.private_events:link {color: fuchsia; font-weight: bold }
A.private_events:active {color: maroon; font-weight: bold }
A.private_events:visited {color: maroon; font-weight: bold }

DIV.footnotes {
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
}

DIV.links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: white;
	color: navy;
	font-weight: bold;
}

UL.links {
	text-align:left;
	margin-left: 5px;
	padding: 2px;
}

DIV.left_panel_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: left;
	color: navy;
	font-weight: bold;
}

A.links:link {color: navy; }
A.links:active {color: red; font-weight: bold}
A.links:visited {color: green; }

DIV.fan_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: blue;
	color: yellow;
	font-weight: bold;
}

DIV.left_panel_fan_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: left;
	background-color: blue;
	color: yellow;
	font-weight: bold;
}

A.fan_links:link {color: yellow; }
A.fan_links:active {color: white; font-weight: bold}
A.fan_links:visited {color: fuchsia; }

DIV.band_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	background-color: green;
	color: white;
	font-weight: bold;
}

DIV.left_panel_band_links {
	font-size: 8pt;
	line-height: 12pt;
	text-align: left;
	background-color: green;
	color: white;
	font-weight: bold;
}

A.band_links:link {color: white; }
A.band_links:active {color: silver; font-weight: bold}
A.band_links:visited {color: yellow; }

DIV.forms {
	font-size: 12pt;
	text-align: left;
	background-color: white;
	color: black;
	font-weight: normal;
	margin-left: 0.5in;
	margin-right: 0.5in;
}

TABLE.songlist {
	background-color: #FFFFCC;
	font-size: 10pt;
	color: black;
	padding: 5pt;
}

