body {
	background-color:#B17B50;
	background-image:url('/images/albums/background.jpg');
	background-position:top center;
	background-repeat:no-repeat;	
	color: #070800;	
}

a {color: #3C1900; text-decoration: none;}
a:hover {text-decoration: underline;}


h1 {
	width: 340px;
	height: 160px;
	padding:0px; margin:0px;
	display:inline;
	float: left;
}

h1 span { display: none; }

h2 { width: 20px; height: 54px; display:block; padding:0px; margin:0px; }
h2 span {display:none;}

h3 {
	padding:0px; margin:0px;
	width: 450px;
	background-position:top left;
	background-repeat:no-repeat;
}

h3.recording {background-image:url('/images/albums/recordingperformance.gif'); height: 45px;}

h3 span {display:none;}

#nav {
display:inline;
float:left;
left:159px;
position:relative;
top:-76px;
}

#text {
	width: 550px;
	margin:0px;
	padding: 10px 10px 10px 25px;
	text-align:justify;
}

#footer {
	float: left;
	padding: 10px;
	color: #632607;
	font-size:9px;
	text-align:left;
}


