﻿body 
{
    margin: 0px;
    background-color: #958d12;
    background-image: url('images/bg.png');
    background-repeat: repeat-y;
}
#holderdiv
{
    width: 700px;
    background-color: #4b320a;
    margin-left: 47px;
    border-top: 0px;
    border-left: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-color: Black;
}
#Logo
{
    position: absolute;
    top: 20px;
}
#navdiv
{
    width: 130px;
    height: 542px;
    background-image: url('images/nav/navbg.png');
    position: absolute;
    top: 270px;
    left: 76px;
    z-index: 1;
}
#navbuttons
{
    position: relative;
    top: 22px;
}
#logodiv
{
    height: 270px;
    width: 700px;
}
#contentdiv
{
    margin-left: 188px;
    width: 495px;
    background-color: #392915;
}
#content
{
    width: 460px;
    text-align: justify;
    color: White;
    margin-left: 17px;
}
#footerdiv
{
    margin-top: 25px;
}