body {
        background-color: black;
        background-image: url(gray_to_black.png);
        background-repeat: repeat-y;
        color: #f6f6f6;
}

h1 {
        font-family: "Times New Roman", Times, serif; font-size: 56px; font-variant: small-caps; font-weight: normal;
        color: #d8bf51;
        margin-bottom: 0px;
        margin-left: 20px;
        margin-top: 20px;
}

h1 a {
        color: #d8bf51;
        text-decoration: none;
}

h2 {
        font-family: "Times New Roman", Times, serif; font-size: 24px; font-variant: small-caps; font-weight: normal;
        color: #f6f6f6;
        margin-bottom: 50px;
        margin-left: 100px;
        margin-right: 0px;
        margin-top: 0px;
}

h2 a {
        color: #f6f6f6;
        text-decoration: none;
}

div.nav {
        font-family: "Times New Roman", Times, serif; font-size: 23px; font-variant: small-caps; font-weight: normal;
        float: left;
        margin-top: 15px;
        padding: 0px;
        padding-right: 20px;
        position: relative;
        text-align: right;
        width: 220px;
        ;
}

div.nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        ;
}

div.nav a {
        color: #f6f6f6;
        text-decoration: none;
}

div.nav a.selected {
        font-family: "Times New Roman", Times, serif; font-size: 25px; font-variant: small-caps; font-weight: normal;
        color: #d8bf51;
}

div.nav a:hover {
        color: #d8bf51;
}

div.frame {
        border: solid 3px #6c6029;
        font-size: 12pt;
        margin-left: 240px;
        margin-right: 20px;
        overflow: visible;
        position: relative;
        ;
}

div.content {
        margin-bottom: 20px;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 10px;
        ;
}

div.frame h1 {
        font-family: "Times New Roman", Times, serif; font-size: 35px; font-variant: small-caps; font-weight: normal;
        color: #d8bf51;
        margin-bottom: 0px;
        margin-left: 40px;
        margin-top: -28px;
        ;
}

div.frame h1 span {
        background-color: black;
        padding-left: 10px;
        padding-right: 10px;
        ;
}

div.frame h2 {
        color: #d8bf51;
        font-family: inherit;
        font-size: 16pt;
        font-variant: normal;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: -10px;
        margin-top: 24px;
        ;
}

div.frame h2.items {
        color: white;
}

div.frame a {
        color: #d8bf51;
}

div.frame p {
        text-align: justify;
}

div.frame p.small_print {
        font-size: small;
        text-align: justify;
}

div.frame div.back_link {
        margin-left: -10px;
}

div.frame div.page_links {
        margin-left: 20px;
        margin-top: -8px;
}

div.image_set {
        margin-top: -20px;
        text-align: center;
        ;
}

table.image {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
}

* html table.image { display:inline; }
* + html table.image { display:inline; }

table.image td {
        padding: 30px 10px 0px 10px;
}

table.image td img {
        border: 3px solid #6c6029;
}

table.image caption a {
        color: #d8bf51;
}
