/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/
 
#main_content
{
	color: Black;
    background: Black url("/images/main-edges-black.png") repeat-y;
	height: 2500px;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}
#side-a {
	float: left;
	margin-left: 25px;
	width: 300px;
	color: White;
}
#side-b { 
	margin-left: 40px;
	float: left;
	width: 390px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
p.quote
{
	color: White;
	margin-bottom: 0px;

}
p.player
{
	color: #ffc800;
	margin-left: 20px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;

}
p.videoplayer
{
	color: #ffc800;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
p.video
{
	margin-bottom: 5px;
}