body {
    margin: 0px;
    background-color: black;
    color: #ffff80;
    font-family: hancock, arial;
}

#header {
    display: block;
    height: 128px;
    background: url("pictures/top.jpg") repeat-x;
    text-align: center;
    color: #ffff80;
    text-decoration: none;
}

#header h1 {
    margin: 0px;
    padding-top: 25px;
    font-size: 3em;
}

#header p {
    margin: 0px;
    font-weight: bold;
}

#menu_top, #menu_bottom { background-color: #203040; }
#menu_bottom { margin-top: -16px; }

#menu_top ul, #menu_bottom ul {
    list-style-type: none;
    width: 714px;
    margin: auto;
    background-color: #ff8000;
    border-left: 2px #ff8000 solid;
    border-right: 2px #ff8000 solid;
    padding: 0px;
}

#menu_top li, #menu_bottom li {
    display: table-cell;
    padding: 0px 5px;
    border-left: thin yellow solid;
    border-right: thin yellow solid;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

#menu_top a, #menu_bottom a {
    text-decoration: none;
    color: #800000;
}

#menu_top a:hover, #menu_bottom a:hover, #footer a:hover { color: #ffff80; }
#menu_top a:active, #menu_bottom a:active { color: #ff8000; }

#body {
    width: 708px;
    margin: auto;
    margin-top: -16px;
    background-color: #203040;
    border-left: 5px #ff8000 double;
    border-right: 5px #ff8000 double;
    padding-bottom: 16px;
}

#body p {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#slideshow {
    margin-bottom: -10px;
    margin-left: -10px;
}

#body ul { margin-bottom: 40px; }

#body a img { border: none; }

#body h1 {
    text-align: center;
    margin-bottom: 40px;
}

#body h2 { padding-left: 100px; }

#body table {
    margin-top: -30px;
    padding-bottom: 30px;
    margin: auto;
}

#body input { margin-bottom: 10px; }

#body a { color: #ff8080; }

#footer {
    margin: 0px;
    height: 100px;
    padding-top: 28px;
    background: #7f0000 url("pictures/bottom.jpg") repeat-x;
    text-align: center;
    font-weight: bold;
}

#footer a { color: #ffff80; }
