body {
    background-color: #afafaf;
    font-family: serif;
}

#header {
    position: absolute;
    top: 1px;
    left: 35px;
    font-size: 20px;
}

#header span {
    position: absolute;
    top: 31px;
    left: 1px;
    font-size: 33px;
}

#menu {
    margin: 3.7em 0 0 2em;
    width: 11.5em;
    font-size: 20px;
    background-color: #929292;
}

#menu ul {
    padding: 0;
    text-indent: 1em;
    //border-bottom: 10px solid #929292;
}

#menu li {
    list-style: none;
    display: block;
    height: 2.25em;
}

a {
    position: relative;
    padding: .75em 0 1.2em 0;
    text-decoration: none;
    display: block;
    text-decoration: underline;
    color: #000;
    display: block;
    height: 2.5em;
    z-index: 2;
}
a:link {}
a:visited {}
a:active {color: white;}
a:hover {}

li:link {}
li:visited {}
li:active {}
li:hover { background-color: #8F95B2; }

#sites {
    margin: 0 0 0 2em;
    width: 15em;
    font-size: 20px;
    background-color: #88a;
}

#sites ul {
    padding: 0;
    text-indent: 1em;
    //border-bottom: 10px solid #929292;
}

#sites li {
    list-style: none;
    display: block;
    height: 2.25em;
    border-bottom: 1px solid grey;
}

#title {
    padding: 0;
    margin: 2em 0 -.5em 15px;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.caption {
    position: relative;
    top: -5em;
    left: 0;
    color: black;
    display: block;
    font-size: 14px;
    text-align: right;
    font-style: italic; 
    padding: 0; 
    margin: 0;
    margin-right: 5px;
    //line-height: 0px;
    z-index: 0;
}

.blur {
    margin: 3px 0 0 3px;
    opacity: .35;
}