html {
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0;
    padding: 0;
    font-family: georgia, serif;
    font-size: 90%;
    text-align: center;
    color: #000;
    background: #fff url(images/bg.jpg) repeat-x;
}

h1, h2 {
    font-weight: normal;
    margin: 0 0 0.5em 0;
    font-size: 130%;
}

a.disabled {
    text-decoration: none;
    color: #777;
    cursor: default;
}

.url {
    font-size: 85%;
    color: #777;
}

#container {
    width: 80%;
    margin: auto;
    text-align: left;
}

#header {
    position: relative;
    height: 170px;
}
#header h1 {
    padding-top: 20px;
    width: 70%;
    color: #fff;
}
#header #bio {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-family: arial, sans-serif;
    font-size: 85%;
    color: #fff;
}
#header #cover {
    position: absolute;
    right: 0;
    top: 20px;
}
#header #ref {
    position: absolute;
    right: 101px; 
    bottom: 20px;
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 85%;
    color: #fff;
}

#content {
    position: relative;
    margin-left: 180px;
    padding: 16px 0 100px 20px;
    background: transparent url(images/content_bg.jpg) no-repeat 0 0;
}

#top_nav, #bottom_nav {
    font-family: arial, sans-serif;
    font-size: 85%;
}
#top_nav {
    float: right;
    margin-top: 4px;
}
#bottom_nav {
    text-align: right;
}

#nav {
    float: left;
    width: 160px;
    padding-top: 16px;
    padding-bottom: 100px;
    font-family: arial, sans-serif;
    font-size: 85%;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}
#nav ul li a {
    display: block;
    padding: 4px 4px 4px 14px;
    background: url(images/doc.gif) no-repeat 0 5px;
    text-decoration: none;
}
#nav ul li.yah a {
    color: #000;
    cursor: default;
    font-weight: bold;
}

