﻿body
{
    background-color: #63554D;
    font-family: "Avant Garde", "Century Gothic", "Avant Garde Gothic", "URW Gothic L", Arial, Helvetica, Sans-Serif;
    margin: 10px 0 0 0;
}
.clear
{
    clear: both;
}
div#bottomborder
{
    height: 10px;
    background-image: url(/images/bkgds/bkgd-gallery-bottom.jpg);
    background-repeat: repeat-x;
}
div#container
{
    background-color: #443B35;
    text-align: center;
    margin: 0;
    background-image: url(/images/bkgds/bkgd-gallery-top.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 15px;
}
h1
{
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    padding-top: 5px;
}
div#nav
{
    width: 600px;
    padding-left: 15px;
    margin: 0 auto;
}
a.buttons
{
    background-color: #536A8F;
    border: 1px solid #35445C;
    padding: 2px 3px;
    color: #FFF;
    text-decoration: none;
}
img.gallery
{
    margin-bottom: 15px;
}
div.button
{
    float: left;
    width: 95px;
    /*overflow: auto;*/
}
.nav
{
    float: left;
    width: 410px;
    text-align: center;
    color: #FFF;
}


