﻿#header {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 100px;
	background-image: url('images/headmusic.jpg');
	text-align: right;
}
#navigation {
	background-color: #000000;
	font-family: Occidental;
	font-size: 20px;
	height: 25px;
	text-align: center;
	font-weight: normal;
}
#body {
	background-color: #000000;
}
#footer {
	background-color: #000000;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
h1 {
	font-family: Occidental;
	font-size: 60px;
	padding: 10px 10px 0px 0px;
	margin: 0px;
	font-weight: lighter;
}
.content {
	background-color: #FFFFFF;
	text-align: left;
	font-family: "Arial Narrow";
	font-size: medium;
}
.blackcolumn {
	background-color: #000000;
	background-image: url('images/clarinet.gif');
	background-repeat: no-repeat;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}
.websiteby {
	font-size: 8px;
}
