body {
    margin: 0;
    padding: 0;
    font-family: 'arial', 'helvetica';
}

h1,h2,h3,h4,h5,h6 {
    margin: 0; padding: 0;
}

#top {
    width: 99%;
    margin:0;padding:0;
    margin-bottom: 1.5em;
    border: 1px solid white;
}

#imagestop div.one-image {
    margin:0; padding:0;
}

span#images {
    width:70%;
    float: left;
    padding-left: 0.3em;
}

#images img {
    margin-top:0.6em;
    margin-right:0.3em;
    float: none;
    border: 0;
    float: left;
}

#top span#sitename {
    float: right;
    position: absolute; right:0;
    font-size: 2em;
    color: #ccc;
    margin-top: 0.1em;
    z-index: 100;
}

#top span#subhead {
    color: #ccc;
    margin-top: 0.1em;
    font-size: 5em;
    position: absolute; right:0;
    float: right;
    color: #f1f1f1;
    z-index:1;
}

#middle {
    height: 400px;
}

#menu {
    float: left;
    padding: 1%;
    width: 17%;
    height: 100%;
    margin-top: 2em;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu li {
    margin-bottom: 0.8em;
}

#menu ul a {
    color: #9999CC; 
    text-decoration : none;
}

#menu ul a:hover {
    color: #FF0000; 
    text-decoration : none;
}

#content {
    float: left;
    padding: 1%;
    width: 70%;
    margin-bottom: 3em;
}

#footer {
    font-size: 0.9em;
    padding: 1%;
    float: left;
    clear: left;
    width: 98%;
    color: #99c;
    text-align: right;
}

#footer a {
    color:#99c;
}
