/* CSS File created by James Griffin-Allwood - 2005 */

body {
    background: Grey;
    }

#header {
    text-align: center;
    color: White;
    line-height: 3;
    margin-bottom: -22px;
    background: Navy;
    }

#menu {
    float: left;
    width: 20%;
    height: 100%;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    background: Navy;
    }

#menu a {
    text-decoration: none;
    color: White;
    }

#menu a:hover {
    text-decoration: underline overline;
    }

#content {
    float: right;
    margin-top: 10px;
    width: 80%;
    text-align: center;
    }

#content ul {
    list-style-type: none;
    }

#content img {
    border: 0;
    }

#footer {
    clear: both;
    text-align: center;
    }
