﻿body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #FFFBD8 url('Images/SiteBackground.jpg') repeat-y center top;
}

.SiteWrapper
{
	width: 944px;
	text-align: left;
	margin: 0px auto 0px auto;
}

.SiteHeader
{
	width: 944px;
	height: 125px;
	background-image: url('Images/HeaderImage.gif');
}

.TopMenu
{
	width: 944px;
	background-color: #73713D;
	color: #ffffff;
	text-align: center;
}

.ContentPad
{
    background-color: #73713D;
    padding: 0px 4px 0px 4px;
}

.MainContent
{
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	background-color: #FFFFFF;
	min-height: 530px;
}

.SiteFooter
{
    clear: both;
	width: 944px;
    height: 71px;
	background-image: url('Images/FooterImage.gif');
}

.ColWrap
{
    width: 926px;
}

.LeftCol
{
    float: left;
    width: 444px;
}

.RightCol
{
    float: right;
    width: 444px;
}

.LeftColMap
{
    float: left;
    width: 640px;
}

.RightColMap
{
    padding-top: 150px;
    float: right;
    width: 280px;
}


.LeftColHome
{
    float: left;
    width: 640px;
}

.RightColHome
{
    float: right;
    width: 280px;
    display: inline;
}