@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #282718;
	background-attachment: scroll;
	background-image: url(images/thistles.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#container {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-attachment: scroll;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -999999px;
	height: 98px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#masthead img {
}
#mainmenu {
}
#musicNav {
	text-align: center;
}
#musicNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CCC;
	font-size: 13px;
}
#musicNav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#content {
	margin-top: 20px;
	padding-top: 20px;
	background-color: #000;
}
#content img {
	border: 1px solid #b8822b;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 23px;
	text-align: left;
	padding-bottom: 10px;
	color: #CCC;
	padding-left: 10px;
	margin-right: 32px;
}
#albumTracks {
	float: left;
	width: 595px;
	text-align: center;
	line-height: 115%;
}
#albumCover {
	width: 330px;
	float: left;
}
#albumTracks img {
	text-align: center;
	margin-top: 50px;
	margin-left: 81px;
	margin-bottom: 10px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
#tracklist {
	float: right;
	width: 255px;
	padding-top: 50px;
	padding-bottom: 22px;
	margin-right: 9px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7847;
	text-align: left;
	margin-right: 22px;
	margin-left: 30px;
}
#albumTracks a:link, #albumTracks a:visited {
	color: #7F7847;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#albumTracks a:hover, #albumTracks a:active {
	color: #9E9557;
}
#albumTracks #descriptionborder a:link, #albumTracks #descriptionborder a:visited {
	color: #F90;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#albumTracks #descriptionborder a:hover, #albumTracks #descriptionborder a:active {
	color: #9E9557;
}
#content p.subheaders {
	color: #524C36;
	font-weight: bold;
	font-size: 18px;
}

.thisSong {
	color: #FFF;
}
#lyrics {
	float: right;
	width: 360px;
	padding-top: 47px;
}
h3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding-left: 165px;
}
#lyrics p {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
}
#footer {
	clear: both;
}
h6 {
	color: #9E9557;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 1px;
	font-size: 12px;
}
#clearMe {
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #9E9557;
}
#footer a:hover, #footer a:active {
	color: #524C36;
}
