@charset "UTF-8";
#wrapper {
	margin: auto;
	height: 250px;
	width: 1024px;
	position: relative;
	top: 0px;
}
#innerWrap {
	width: 1024px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	height: 190px;
	width: 1024px;
}
#nav {
	height: 31px;
	width: 1024px;
	top: 190px;
	background-color: #FFFFFF;
}
#footer {
	height: 30px;
	width: 1024px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B3D2F;
	border-right-color: #5B3D2F;
	border-bottom-color: #5B3D2F;
	border-left-color: #5B3D2F;
	margin-top: 30px;
	padding-top: 15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.click {
	cursor: pointer;
}
.headingArtist {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b3d2f;
}

