body {
	background-color: #5d0808;
	background-image: url("../images/barbed.jpg");
	background-repeat: repeat;
	background-position: 0 100px;
	color: #FEE1AC;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}

#logo {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	width: 637px;
	height: 82px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#menu {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 153px;
	overflow: hidden;
	z-index: 1000;
}

#bassclef {
	position: absolute;
	top: 120px;
	left: 20px;
	background-image: url("../images/bass.png");
	width: 179px;
	height: 203px;
}

#altoclef {
	position: absolute;
	top: 480px;
	left: 20px;
	background-image: url("../images/alto.png");
	width: 155px;
	height: 217px;
}

#copyright {
	position: relative;
	margin-top: 80px;
	margin-left: 300px;
	color: #FEE1AC;
}

img {
	border: 0;
}

#copy {
	position: relative;
	margin-top: 120px;
	margin-left: 200px;
	margin-right: 180px;
}

a {
	color: #FAB529;
}

a:hover {
	color: #F9761C;
}

.biopic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.biopic img {
	border: 1px solid #B30B0A;
}

.bio {
	font-size: 11px;
}

.performers {
	list-style-type: none;
	padding-left: 10px;
	clear: left;
}

.linklist {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.linklist div {
	float: left;
}

.linklist a {
	text-decoration: none;
}
.separator {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.backtotop {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}


* html #bassclef {
	background-image: url("../images/bass.gif");
}

* html #altoclef {
	background-image: url("../images/alto.gif");
}
