body
{
        background-color: #434535;
}

a:link
{
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #003366;
}

a:hover
{
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
        color: #3333ee;
}

a:visited
{
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #003366;
}

.nav-bar
{
        height: 20px;
        width: 1000px;
        background: url(goldbar.gif) repeat-x;
        border-left: #7a2d20 3px solid;
        border-right: #7a2d20 3px solid;
}

.nav
{
        width: 600px;
        height: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

.nav a
{
        font-size: 18px;
        font-weight: bold;
        color: #434535;
        text-align: center;
}

.nav a:hover
{
        font-size: 18px;
        font-weight: bold;
        color: #918455;
        text-align: center;
        text-decoration: none;
}

.content-box
{
        height: 400px;
        width: 1000px;
        background-color: #918455;
        border: #7a2d20 3px solid;
}

.content
{
        width: 980px;
        color: #7a2d20;
        font-weight: bold;
        margin: 10px;
}