﻿body
{

    background-color: #424242;
}

#MainDiv
{
	border: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	width: 769px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#Header
{
    clear:both;
}

#Footer
{
    clear:both;
}

#Content
{
   clear:both;  
}

#RHContent
{
	float: left;
	clear: right;
	background-position: bottom;
	width: 290px;
	height: 520px;
	background-image: url('../images/call.png');
	background-repeat: no-repeat;
}

#LHContent
{
	width: 425px;
	height: 520px;
	float: left;
	clear: left;
	background-image: url('../images/copy.jpg');
	background-repeat: no-repeat;
}

#PageCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 45px;
}
