
h1 a {
	background: url(../img/h1.gif);
	display: block;	
	width: 367px;
	height: 25px;
}
h1 span {
	display: none;
}
h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 span {
	display: none;
}
h2.welcome {
	width: 99px;
	height: 17px;
	background: url(../img/welcome.gif) left top no-repeat;
}
h2.audio {
	width: 62px;
	height: 15px;
	background: url(../img/audio.gif) left top no-repeat;
}
h2.live {
	width: 37px;
	height: 15px;
	background: url(../img/live.gif) left top no-repeat;
}
h2.biography {
	width: 108px;
	height: 15px;
	background: url(../img/bio.gif) left top no-repeat;
}
h2.contact {
	width: 89px;
	height: 15px;
	background: url(../img/contact.gif) left top no-repeat;
}
h2.visual {
	width: 67px;
	height: 15px;
	background: url(../img/visual.gif) left top no-repeat;
}
p {
	margin-bottom: 8px;
}
a {
	color: #400000;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
textarea {
	height: 110px;
	width: 210px;
}
input {
	width: 210px;
}
input.send {
	width: 80px;
}
label {
	color: #351200;
	display: block;
	font-weight: bold;
}