#quote {
	position: absolute;
	width: 640px;
	left: 80px;
	top: 5px;
	color: #000000;
	z-index: 2;
	height: 70px;
}
body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.smalltext {
	font-size: 11px;
}

#musicnote {
	position: absolute;
	height: 52px;
	width: 41px;
	top: 80px;
	z-index: 1;
	left: 690px;
}


#footer {
	top: 530px;
	position: absolute;
	width: 640px;
	font-size: 11px;
	left: 80px;
}
#events {
	position: absolute;
	width: 200px;
	left: 520px;
	top: 130px;
	font-size: 14px;
}
.eventheading {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
#content {
	position: absolute;
	width: 420px;
	left: 80px;
	top: 130px;
	font-size: 16px;
	z-index: 2;
	padding-left: 10px;
}
#events a {
	color: #940000;
}
#events a:visited {
	color: #940000;
}
#events a:hover {
	color: #FF0000;
}

#footer a {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
}

.large {
	font-size: 36px;
}
.smallcapsletters {
	font-variant: small-caps;
}
.headertext {
	font-size: 24px;
	font-style: italic;
}
