﻿/*------------------------------------ */
/*BODY PAGE LAYOUT*/
/*------------------------------------ */
#BodyPage
{
	vertical-align: top;
	text-align: left;
	padding-bottom: 50px;
	height: 400px;
	min-height: 400px;
	height: auto;
}

#BodyPage .BodyPage_Col1
{
    width: 255px;
    height: 400px;
    height: auto;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
    text-align: center;
}

#BodyPage .BodyPage_Col2
{
    width: 525px;
    height: 400px;
    height: auto;
    padding-right: 5px;
    padding-left: 25px;
    margin-left: 325px;
    margin-bottom: 15px;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}


/*Column 2 - middle marketing*/
#BodyPage_Col_Video
{
	background-image: url(../Images/Content/VideoClip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 144px;
	width: 267px;
	border-style: solid;
	border-width: 5px;
	border-color: #d8d7d7;
	margin-bottom: 10px;
}

#BodyPage img
{
    margin: 5px;
    border: thin solid #808080;
}

/*------------------------------------ */
/*------------------------------------ */
/*END ---- BODY PAGE LAYOUT*/


