div#pageHeader,
img#pennant,
div#headerGlossLeft,
div#headerGlossMiddle,
div#headerGlossRight,
span#tagLine,
div#pageMenu,
div#canvasHeaderCornerLeft,
div#canvasHeaderCornerRight,
div#searchBox,
div#pageContents a.prev,
div#pageContents a.next,
div.subHeader,
div#pageFooter,
div.discographyNotes,
div#playerBox,
div#discographyFiles,
div#discographyRelated,
iframe#fbLike,
a#tharpMe,
div#commentsBox,
div#siteNavigator,
a#lyricsPrint,
div#discographyLeft div.header,
div#discographyVideos,
div#discographyRight p {
	display: none;
}
body {
	background: white;
	overflow: hidden;
}
div#pageWrapper {
	position: absolute; top: 0px; left: 0px;
	width: 100%;
	height: 100%;
}
div#pageCanvas {
	position: absolute; top: 0px; left: 0px;
	margin: 0; padding: 0; border: 0;
	width: 800px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: white;
}
div#pageContents {
	position: absolute; top: 0px; left: 0px;
	background: white;
	border: 0px; margin: 0px; padding: 0px; padding-left: 10px;
	width: 790px;
	height: 100%;
}
h1 {
	position: absolute; top: 15px; left: 0px;
	width: 240px; height: 44px; line-height: 16px;
	margin: 0; padding: 0; border: 0;
	background: transparent;
	color: black; font-size: 14px;
	z-index: 200;
}
h1 a {
	color: #555555;
}
div#discographyLeft {
	width: 240px;
}
div#discographyRight {
	margin: 0;
}
div#discographyRight:after {
	width: 50%;
	content:"©2010 JeremyTharp.com";
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px dashed black;
	clear: both;
	display: block;
	color: #555555;
}

