#BodyBg
{
    background-image: url(../images/bigbackground.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
#Container
{
    margin: 0 auto;
    width: 1004px;
   
}
#Header
{
}
#MainBody{
    background:#fbfbf6;
}
#LeftContainer
{
    color: #3e403b;
    background: url(../images/leftlontainer.jpg) repeat-x;
    float: left;
    width: 242px;
    padding-bottom:20px;
}
#RightContainer
{
    float: left;
    width: 762px;
}


#Footer
{
    background: #291f1d;
    color: #947a19;
    height: 74px;
    line-height: 25px;
    text-align: center;
    width: 1004px;
    margin: 0 auto;
    clear: both;
}

