﻿body
{
    margin:0px;
    background:url(../Images/background.jpg) top left repeat-x;
    background-color:#FFFFFF;
}

#gutter
{
    position:relative;
    width:1003px;
    margin-left:auto;
    margin-right:auto;
}

#masthead
{
    position:relative;
    width:1003px;
    height:254px;
    background:url(../Images/masthead.jpg) top center repeat-x;
}

#wrapper
{
    position:relative;
    width:1003px;
    background:url(../Images/wrapperbackground.jpg) top center repeat-y;
}

#contenttop
{
    width:1003px;
    background:url(../Images/contenttopbackground.jpg) top center no-repeat;
}

#contentcontainer
{
    position:relative;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
    min-height:290px;
    height:auto !important;
    height:290px;
}

#menuContainer
{
    position:relative;
    float:left;
    width:173px;
    margin:0 50px 0 0;
}

#content
{
    position:relative;
    float:left;
    width:685px;
}

#footer
{
    width:1003px;
    height:60px;
    background:url(../Images/footer.jpg) top center no-repeat;
}

.clear
{
    clear:both;
}
