/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/

#main_content
{
    position: relative;
	color: White;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_video
{
	padding: 0px;
	background: #000000;
	margin: auto;
	width: 640px;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}
#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
}

#main_video img
{
	margin-left: 15px;
}
object.flashvideo {
	width: 100%;
	height:385px;
}
#main_video h2 {
	font: 18px normal Arial, Helvetica, sans-serif;
	background: #000000;
	margin-bottom: 10px;
	text-align: center;
	color: White;
}
#main_video p {
	font: 14x normal Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 10px;
	background: #000000;
	color: White;
}