#PodcastContentDIV {	/* top-level container */
	width: 450px;
}

#PodcastContentDIV DIV {
	margin-bottom: 10px;
}

#PodcastContentDIV .PodcastPrompt {	/* A prompt is the 'blah:' */
	font-weight: bold;
}

#PodcastBodyDIV {
}

#PodcastTableDIV {
}

#PodcastImageDIV {
	float: left;
	padding: 0 10px 0 0;
}

#PodcastSummaryDIV P {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#PodcastAuthorDIV {
}

/*	Formatting for the transcript	*/
#PodcastTranscriptDIV {
}

#PodcastTranscriptDIV H1{
	font-size:1.2em;
}

#PodcastTranscriptDIV P{
}

#PodcastSubtitleDIV {
	display:none;	/* Invisible */
}

#PodcastFooterDIV {
	width:450px;
	text-align: center;
	margin:0;
}

#PodcastOptionsDIV, #PodcastPlayerDIV {
	padding: 10px;
	padding-bottom:0;
	width: 328px;
	text-align:center;
}

#PodcastOptionsDIV {
	width: 410px;
}

#PodcastOptionsDIV SPAN {
	color: #777;
}


