﻿body 
{
    margin: 0px;
    background-color: #fef7ea;
	font: smaller Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: Black;
}

#Header
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 170px;
    background: url(PageImages/MarginTop.jpg) repeat-x top;
}

#Footer
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 150px;
    background: url(PageImages/MarginBottom.jpg) repeat-x bottom;
}

#Content
{
    height: auto;
    background: none;
}

#TopLeftCorner
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 170px;
    background: url(PageImages/CornerUpperLeft.jpg) no-repeat left top;
}

#Title
{
    border: 0px;
    padding: 0px 0px 50px 80px;
    margin: 0px;
    width: 643px;
    height: 120px;
    background: url(PageImages/Title.jpg) no-repeat 0px -5px;
    vertical-align: bottom;
}

#TopRightCorner
{
    border: 0px;
    padding: 5px 100px 0px 0px;
    margin: 0px;
    width: 170px;
    height: 170px;
    background: url(PageImages/CornerUpperRight.jpg) no-repeat right top;
    text-align: left;
    vertical-align: top;
}

#LeftCol
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: auto;
    background: url(PageImages/MarginLeft.jpg) repeat-y left;
    vertical-align: top;
}

#CenterCol
{
    border: 0px;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    width: auto;
    height: auto;
    background: none;
    vertical-align: top;
}

#RightCol
{
    border: 0px;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    width: 200px;
    height: auto;
    background: url(PageImages/MarginRight.jpg) repeat-y right;
    vertical-align: top;
}

#BottomLeftCorner
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 150px;
    background: url(PageImages/CornerLowerLeft.jpg) no-repeat left bottom;
}

#FooterMenu
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: 150px;
    text-align: center;
}

#BottomRightCorner
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 150px;
    background: url(PageImages/CornerLowerRight.jpg) no-repeat right bottom;
}
