body {
    background: #141D3A url("images/top-fade.jpg") repeat-x;
    font-size: 18px;

}

#staticNav {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("images/top-menu.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -8em -.3em; 
    width: 100%;
    height: 8em;
    z-index: 5;
    display: inline;
    display: block;
    float: left;
    font-family: serif;
}

#staticNav li {
    display: inline;
    text-align: center;
}

#staticNav a {
    width: 10em;
    padding: 10px 0px;
}

#staticNav h2 {
    margin: 15px 0 0 4.5em;
    color: white;
    font-size: 36px;
    padding-bottom: 5px;
    width: 13.5em;
    font-weight: none;
    font-size: 36px;
}

#leftNav {
    position: fixed;
    top: 2.5em;
    left: 0px;
    padding-top: 3.2em;
    background-image: url("images/side-menu.png");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: -28px 0px;
    width: 10.7em;
    z-index: 4;
    height: 100%;
    font-family: serif;
}

#leftNav ul {
    padding-left: 0;
    text-align: left;
}

#leftNav li {
    list-style: none;
    width: 150px;
    padding-left: 15px;
}

#tree {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#content {
    position: relative;
    margin: 5em 2em 1em 11em;
    width: 42em;
    text-align: justify;
    color: #fff;
    z-index: 3;
}

ul:first-child {
    border-top: 4px dotted white;
    width: 150px;
    padding-top: 20px;
}

#random {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    z-index: 6;
}

a {
    color: white;
    text-decoration: none;
}

a:link {}
a:active {}
a:selected {}
a:hover {color: white; text-decoration: underline;}

#content h1 {
    border-bottom: 1px solid #66f;
    border-left: 4px solid #66f;
    padding: 0 0 .15em 1em;
    margin: 2.5em 0 0 -15px;
    width: 85%;
    font-style: italic;
    color: white;
}

h3 {
    color: white;
    font-style: italic;
    margin: 0 0 0 5px;
    padding: 0;
}

h1 .date {
    font-size: 14px;
}
