body
{
    margin: 0%;
    background-color: #a47b3a;
    text-align: center;
    background-image: url(images/background.gif);
}

body
{
    text-align: -moz-center;
}

#header
{
    height: 140px;
    background-color: #cf3422;
}

.divider
{
    background-color: white;
    height: 5px;
}

#navigationarea
{
    height: 30px;
    font-size: 12pt;
    font-family: 'Georgia';
    color: #f4dc82;
    background-color: #2a2215;
    text-align: center;
}

#navigationarea
{
    /*text-align: -moz-center;*/
}

#navigationcontainer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;s
}

#navigationarealeft
{
    float: left;
    width: 480px;
    padding-left: 20px;
    text-align: left;
    padding-top: 5px;
}

#navigationarearight
{
    float: right;
    width: 480px;
    padding-right: 20px;
    text-align: right;
    padding-top: 5px;
}

#bodyarea
{
    width: 1000px;
    height: 300px;
    background-color: #a47b3a;
    margin-left: auto;
    margin-right: auto;
}

#bodyleft
{
    padding-left: 10px;
    margin-left: 100px;
    margin-top: 20px;
    width: 350px;
    height: 260px;
    float: left;
    background-color: #f4dc82;
    text-align: center;
    border: 3px double #cf3422;
}

#bodyright
{
    padding-left: 10px;
    margin-right: 100px;
    margin-top: 20px;
    width: 350px;
    height: 260px;
    float: right;
    background-color: #f4dc82;
    text-align: center;
    border: 3px double #cf3422;
}

#developmentheading, #designheading
{
    font-size: 24pt;
    font-family: 'Georgia';
    color: #cf3422;
}

#designbody, #developmentbody
{
    font-family: 'Verdana';
    font-size: 10pt;
    color: #423f3f;
    text-align: left;
}

#bodycenter
{
    margin-top: 20px;
    width: 700px;
    height: 250px;
    background-color: #f4dc82;
    text-align: center;
    border: 3px double #cf3422;
    font-family: 'Georgia';
    font-size: 16pt;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

a.headermenulink
{
   font-size: 12pt;
   font-family: 'Georgia';
   color: #f4dc82;
   text-decoration: none;   
}

a.headermenulink:hover
{
   color: #f4dc82;
   font-weight: bold;
}

a.bodylink
{
   color: black;
}

#footerArea
{
    font-size: 8pt;
    color: white;
    font-family: Verdana;
}