﻿body
{
    background-color: black;
    min-width: 600px;
}
#container
{
    border: 1px solid #4c80b2;
    background-image: url(     '/images/galleryborder.gif' );
    background-repeat: no-repeat;
    background-position: center;
    font-family: Verdana;
    padding: 20px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
#header
{
    font-weight: bold;
    font-style: italic;
    font-size: small;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}
#header select
{
    font-weight: bold;
    border-style: none;
    font-style: italic;
}
#text
{
    padding: 5px;
    color: white;
    font-size: x-small;
    text-align: center;
}
#text a
{
    color: #white;
}
#images
{
    padding: 1px;
    text-align: center;
}
#images img
{
    margin: 5px;
    border: 1px solid #4c80b2;
}
