#mainContainer
{
	width:780px; 
	height: 1005px; 
	position:relative;
	background-color: White;
	border: solid 3px #243795; 
	margin: 0px;
	padding:0px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Verdana;
	color:Black;
}

#content
{
	position:absolute;
    top:365px; left:40px;
    width: 750px;
    height: auto;
    text-align: left;
}
#footer
{
     position:absolute;
     top: 920px; left:0px;
     width: 780px;
     height: 80px;
     border-top: solid 2px #CCCCCC;
     background-color: #E6E6E6;
}
#footerRight
{
    width: 300px;
    position:relative;
    padding-top: 10px;
    padding-right: 10px;
    float:right;
    text-align: right;
}
#footerRight a 
{
	color: Black;	
    float:right;
    font-weight: bolder;
	text-decoration:none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footerRight a:hover 
{
	color: Gray;	
}
#footerLeft
{
    width: 300px;
    position:relative;
    padding-top: 10px;
    padding-left: 10px;
    float:left;
}

#content1
{ 
     position:absolute;
     top: 0px; left:0px;
     width: 570px;
     height: 300px;
}

#content2
{
     position:absolute;
     top: 600px; left:0px;
     width: 570px;
     height: 300px;
}
