/* Styles for David Rovics Bio Page */


#middleContent
{
	overflow: auto;
	height: 300px;
	position: relative;
	padding-right: 14px !important
	
}

#interviews p
{
	text-indent: 0px;
	margin-left: 20px;
}

#david
{
	margin: 14px 14px 8px 14px;
	border: 1px solid #222;
	float: right;
}


#davidLeila
{
	margin: 16px 14px 8px 0px;
	border: 1px solid #222;
	float: left;
}

#discographySection
{
	float: left;
	width: 750px;
	height: 300px;
	margin: 12px 0px 10px 28px;
	position: relative;
	z-index: 2;

}

#discography
{
	background-image: url('../images/discography.gif');
	background-repeat: no-repeat;
	width: 182px;
	height: 31px;
}

.discList
{
	margin: 8px 0px 8px 24px;
	padding: 0px;
	display: inline;
	float: left;
	
}

#discPile
{
	background-image: url('../images/cdPile.jpg');
	background-repeat: no-repeat;
	width: 316px;
	height: 244px;
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 68px;
}
