﻿body {
    margin: 0;
    background-image: url(../images/bg.gif);
    font-family: Verdana;
    font-size: 11px;
}

#container
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7cfa5;
    background-image: url(../images/containerbg.gif);
    background-repeat: repeat-y;
}

#nav
{
    background-image: url(../images/navbg.gif);   
    background-repeat: no-repeat;
    width: 687px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#nav img { border: none; }

#contentTop  
{
    background-image: url(../images/content_top.gif); 
    width: 646px;
    height: 23px;
    line-height: 23px;
    color: #393c2c;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-indent: 10px;
}

#content
{
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/contentbg.gif);
    background-repeat: repeat-y;      
    padding: 8px;
}

h1 { font-size: 14px; margin: 0; }
h2 { font-size: 12px; margin: 0; }
h3 { font-size: 11px; margin: 0; }

input, textarea, select { border: solid 1px #393c2c; }

#content img { border: solid 1px #b47c1c; }