body {
	background-color: #8E8D79;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 864px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFF;
}
#hometop {
	background-image: url(../images/home_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 205px;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#homemiddle {
	background-image: url(../images/home_middle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 171px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
#homebottom {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 413px;
	background: url(../images/home_bottom.jpg) no-repeat 0px 0px;
	display:grid;
	grid-template-columns:347px 435px 1fr;
	grid-column-gap:0;
	position:relative;
}
#audio_container{
  display:block;
  height:auto;
	overflow:hidden;
  margin:10em auto;
  padding:0;
  overflow:hidden;
}
#audio_player{
  width:35px;
  height:35px;
	border:2px solid #928F7C;
  text-align:center;
  line-height:32px;
  border-radius:20px;
  -webkit-appearance:none;
  background:#928F7C url(../images/buttons.png) no-repeat 0 0;
  cursor:pointer;
	position:absolute;
	top:180px;
	left:20px;
}

#audio_player:hover{
	background-color:#fff;
}

#audio_player.play{
  background-position:9px 6px;
}
#audio_player.pause{
  background-position:-33px 6px;
}

#audio_container .track-title{
	margin:0.5 0 1em;
	font-size:0.8em;
}

#topnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8D8D79;
	position: absolute;
	width: 640px;
	top: 20px;
	left: 213px;
}
#topnav li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 44px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav li a {
	text-decoration: none;
	color: #5F5F5F;
}
#topnav li a:hover {
	color: #6950A1;
}
#topnav li#home a {
	color: #B66864;
}

#leftnav {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#leftnav li {
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 15px;
}
#leftnav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #554891;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li a:hover {
	color: #9A9987;
}
#showreviews {
	display:block;
	height:auto;
	overflow: hidden;
	margin:170px 0 0;
	padding:0;
}
#showreviews blockquote{
	font:italic normal 1.4em/1.4em "Times New Roman", "Times", serif;
	color:#4d4b33;
	margin:0;
	padding:0;
	text-align:left;
}
#showreviews p{
	display:block;
	font:normal 600 0.95em/normal Verdana, Arial, sans-serif;
	color:#787760;
	text-align:left;
}



#soundplayer {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 200px;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 526px;
}
