/* CSS Document */

body {
	background-color: #000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #BB9248;
	text-align:left;
}

p, li, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	line-height: 22px;
	text-align:left;
	color: #E1E1E1;
}

a:link{
	color:#FFE066;
	text-decoration:underline;
}
a:visited{
	color:#AA9B30;
	text-decoration:underline;
}

.imgleft {
	float: left;
	margin: 10px 25px 10px 0;
}
.imgright {
	float: right;
	margin: 10px 10px 0 25px;
}
.imgcentre {
	margin: 0 auto;
}

.maincontainer {
	margin: 0 70px;
	max-width: 800px;
}
.footer {
	clear:both;
}

.footer p {
	font-size:11px;
	color:#666;
	line-height: 13px;
	font-family:Verdana, Geneva, sans-serif;
}

p.contact {
	font-size: 24px;
	line-height: 28px;
	color:#fff;
}
.classtitle {
	color:#C96;
	font-size: 22px;
	text-decoration:underline;
}
.musicdesc {
	color:#999999;
}