﻿body
{
    background-color: #ffebbe;
}

.centeredbox
{
    left: 50%;
    width: 800px;
    position: absolute;
    top: 50%;
    height: 600px;
    margin-top: -300px;
    margin-left: -400px;
}

.menu
{
    color: #876241;
}

.menu .subsection 
{
    text-align: center;
    padding-top: 16px;
    padding-bottom: 4px;
    color: #A30000;
    font-weight: bold;
}

.menu .title
{
    font-weight: bold;
}

.menu .title td
{
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.menu .desc td
{
    padding-top: 0px;
    margin-top: 0px;
}

.menu .desc p
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.right 
{
    float: right;
    padding-right: 20px;
}

.left
{
    float: left;
    padding-left: 20px;
}

.menu-link 
{
    font-family: Times New Roman;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.menu-link a 
{
    text-decoration: none;
    color: #A30000;
}

.menu-link a:visited 
{
    color: #630000;
}

.gallery-index 
{
    margin-top: 44px;
    margin-left: 44px;
}

.gallery-index td 
{
    width: 100px;
    height: 75px;
    border: 2px solid #A30000;
    padding: 0px 0px 0px 0px;
}

.gallery-image 
{
    width: 100%;
    text-align: center;
    margin-top: 44px;
}

.gallery-image img
{
    border: 2px solid #A30000;
    width: 400px;
    height: 274px;
}

