@charset "UTF-8";
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
#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;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #684F40;
	border-right-color: #684F40;
	border-bottom-color: #684F40;
	border-left-color: #684F40;
}
.yellow {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #C0AE00;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.click {
	cursor: pointer;
}
.headingArtist {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5b3d2f;
}
.brown18 {font-family: Century Gothic, Arial, Helvetica, sans-serif; color: #5b3d2f; font-size: 18px;}
.red {color: #910B0E}
.blue {color: #000066}
