#player {
	float: left;
	width: 420px;
}
#inner h2 {
	border-bottom: 1px solid #000;
}
#audio_table thead tr {
	background: #402509;
	color: #fff;
}
#audio_table,#audio_table tr,#audio_table td,#audio_table th {
	border: 1px solid #392306;
	border-collapse: collapse;
	padding: 2px;
}
.hover {
	cursor: pointer;
	background: #C7B191;
}
#open_in_popup {
	float: right;
	text-align: right;
}
#staff_left {
	float:left;
	height: auto;
	width: 160px;
}
#staff_right {
	float: left;
	max-width: 400px;
}
p {
	margin: 10px;
	padding: 0px;
}
#audio_table td a:link, #audio_table td a:visited, #audio_table td a:hover {
	text-decoration: none !important;
	color: #000;
}