body {
    background: black;
    color: #999999;
    margin: 0;
    padding: 0;
}
a {
    color: #CCCCCC;
}
div.header {
    position: absolute;
    text-align: left;
    left: 210px;
    padding: 0;
}
span.icons {
    margin-left: 65px; 
}
img.icon {
    margin-right: 20px;
}
div.sidebar {
    background: #666666;
    height: 500px; 
    width: 150px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 2px solid #FF9933;
    border-left: 2px solid #FF9933;
    border-bottom: 2px solid #FF9933;
    position: absolute;
    left: 5px;
}
div.menu {
    position: relative;
    top: 220px;
    text-align: left;
    margin-left: 5px;
}
div.menu a {
    color: #FF9933;
    background: #85020E;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    padding: 5px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}
div.menu a:hover {
    color: #85020E;
    background: #FF9933;
}
div.topbar {
    background: #85020E;
    width: 100%;
    position: absolute;
    top: 120px;
}
img.portrait {
    position: absolute;
    top: 160px;
    left: 80px;
    border: 2px solid #FF9933;
}
div.body {
    position: absolute;
    top: 150px;
    left: 300px;
    margin-right: 2em;
}
div.title {
    border-bottom: 1px solid #FF9933; 
    margin-bottom: 1em;
}

h1 {
    text-align: left;
    font-size: 130%;
    color: #FF9933; 
    margin-bottom: 3px;
}
h2.title {
    font-style: italic;
    font-size: 115%;
    color: #FF9933; 
    margin-top: 3px;
}
h3 {
    color: #FF9933; 
    font-size: 100%;
}
hr {
    color: #FF9933; 
}

li {
 
}   
div.footer {
    border-top: 1px solid #FF9933; 
    margin-bottom: 1em;
    font-size: 90%;
}
a.note {
    vertical-align: super;
}