body,td,th {


}
body {
	background-color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	background-color: #330000;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFCC00;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}


.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF99;
	background-color: #666600;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #666666;
	color: #FFFF99;
	font-weight: bold;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC00;
	background-color: #000000;
}

.smalltext {
	font-size: .91em;
}
.bigtext {
	font-size: larger;
}
h1,h2,h3 {
	color: #FFF077;
	font-weight: normal;
}
#container {
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #010002;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #600;
	border-left-color: #600;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #600;

}
#header ul {
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#header ul li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
}
#header ul li a {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
#maincontent {
	background-color: #600;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3EDCB;
	padding-right: 0px;
	padding-left: 10px;
	width: 890px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-left-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	font-size: 0.95em;
	padding-top: 20px;
}
#logo {
	clear: both;
}
#menu {
	clear: both;
}

#header ul li a:hover {
	color: #FFF;
	font-weight: normal;
	background-color: #600;
}
.announcement {
	height: 10em;
	width: auto;
	background-color: #FFEF6B;
	color: #000;
	font-size: 18px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.concerts {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/pinktexture.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #600;

}
.concerts ul {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}
.concerts dl {
}
.concerts dl dt {
	margin-top: 20px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.centred {
	text-align: center;
}
.concerts h1, .concerts h2, .concerts h3 {
	color: #472F23;
}
.sidebar {
	background-color: #000;
	text-align: left;
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 18px;
	margin-top: 0px;
	border-top-width: 1px;
}
.tracklist {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/white-grunge-texture.jpg);
	background-repeat: repeat-y;
	color: #342218;
}
.tracklist dl dd {
}
.tracklist dl dt {
	font-weight: bold;
}
.tracklist a:link {
	color: #600;
	text-decoration: underline;
}
.tracklist a:visited, .tracklist a:hover, .tracklist a:active {
	color: #600;
	text-decoration: underline;
	background-color: #F1F1F1;
}
.indent {
	margin-left: 20px;
}

