/* Styles for David Rovics Lyrics Page */


#middleContent
{
	overflow: auto;
	height: 300px;
	position: relative;
}


#topicSection
{
	float: left;
	width: 555px;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}

.topics
{
	display: inline;
	margin: 4px 0px 6px 24px;
	padding: 0px;
	float: left;
}


#songsByTopic
{
	background-image: url('../images/songsTopic.gif');
	background-repeat: no-repeat;
	width: 215px;
	height: 31px;
	position: relative;
	bottom: 6px;
	left: 16px;
}

#songbookSection
{
	float: left;
	width: 170px;
	text-align: center;
	margin-bottom: 16px;
}

#songbook
{
	background-image: url('../images/songbook.gif');
	background-repeat: no-repeat;
	width: 154px;
	height: 29px;
	margin: 6px 0px 0px 12px;
	
}

#songbookCover
{
	margin: 20px 0px 8px 0px;
	border: 1px solid #fff;
}


#siteMap
{
	margin-left: 0px !important
}
