﻿body 
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#main
{
	width: 800px;
	margin: 14px auto 0px auto;
	text-align: left;
	background-color: #ffffff;
	min-height: 300px;
}

#head
{
	height: 178px;
}

#content
{
	min-height: 300px;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
}

#foot
{
	clear: both;
	background-image: url(../../Images/layout/Footer.jpg); 
	height: 60px; 
	text-align: right;
	padding: 0px;
}

#ContainerLeft
{
    /* Center entire page */
	margin: -14px auto 0px auto;
	/* Base page width */
	width: 1000px;
	
	height: 550px;
	background-image: url(../../images/Layout/Left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#ContainerRight
{
	width: 100%;
	height: 100%;
	background-image: url(../../images/Layout/Right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}