* {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

body {
    background: #000 url("images/background.jpg") top center repeat-y;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
}

table {
    display: none;
    position: absolute;
}

#container {
    margin: 0 auto;
    position: relative; top: -8px;
    width: 700px;
}

#header {
    background: url("images/header.jpg") center center no-repeat;
    height: 175px;
    width: 700px;
}

#navigation {
    background: url("images/nav_background.jpg") center left repeat-x;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    height: 18px;
    list-style: none;
    padding: 0;
}

#navigation li {
    border-left: 1px solid #333;
    float: left;
    text-align: center;
}

#navigation li:first-child { border-left: 0; }

#navigation a {
    background: url("images/nav_background.jpg") center left repeat-x;
    color: #fff;
    display: block;
    padding: 1px 0 2px 0;
    text-decoration: none;
    width: 139px;
}

#navigation a:hover {
    background: url("images/nav_background_hover.jpg") center left repeat-x;
}

#left_column {
    margin: 20px;
    position: absolute; left: 0;
    text-align: center;
    width: 200px;
}

#content {
    border: 1px solid #333;
    margin: 20px 20px 20px 240px;
    padding: 0 10px;
}

#container h1 {
    color: #93ca3b;
    font-family: Georgia, serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 0;
}

#container a { color: #fff; }

#content p {
    margin: 10px 0;
    text-align: justify;
}

#content img {
    border: 1px solid #333;
    margin: 0 10px 10px 0;
}