html,body  {
    height: 100%;
    margin: 0;
    background: url(../sitelayout/background.gif) repeat-x bottom white;
}

body, td, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #3e3e3e;
}

h1, h2, h3 {
    color: #707070;
    font-family: sans-serif;
}

button {
    background: white;
    border: 5px solid silver;
}

div.heading {
    margin-top: 80px;
    padding-left: 5px;
    border-bottom: 5px solid silver;
    background: white;
}

table.main {
    width: 100%;
    height: 75%;
    border-bottom: 5px solid silver;    
}

td.menu {
    text-align: left;
    width: 180px;
    background: silver;
    vertical-align: top;
}

td.menu a, td.menu span {
    display: block;
    color: white;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 20px;
}


.child {
    margin-left: 20px;
    font-size: smaller;
}

td.menu span {
    background: white;
    color: gray;
}

td.menu a:hover {
    background: #ececec;
    color: gray;
}

td.body {
    padding: 20px;
    background: white;
    vertical-align: top;
}

div.gallery {
    width: 200px;
    height: 320px;
    float: left;
    margin: 20px;
    text-align: right;
}

div.gallery img {
    border: 5px solid silver;
}

div.gallery span.caption {
    display: block;
}

div.gallery span.description {
    color: gray;
}

div.backButton {
    text-align: center;
}

