<style type="text/css">

#showbody {
	margin: 0px 0px 0px 0px;
}

#showbody p, h1 {
	margin: 10px 0px 0px 0px;
}
		
#showbody p.blurb {
	font-size: 13px;
	padding: 3px;
	margin: 15px 2px 0 2px;
	border: 1px solid #000;
	background: #eee;
	text-align: justify;
}

#showbody h1 {
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

#leftcontent {
	float: left;
	width: 57%;
	background: #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#rightcontent {
	padding-top: 5px;
}

#leftcontent_cast {
	float: left;
	width: 50%;
	background: #fff;
	margin-left: 3px;
	padding-top: 2px;
	padding-bottom: 10px;
}

#rightcontent_cast {
	padding-top: 2px;
	background-color: #bbb;
}

#rightcontent p {
	font-size: 13px;
	font-style: italic;
	margin-left: 0px;
}

</style>


