html, body {
    height: 100%;
    font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
}

body {
    background-image: url(../img/bg_pattern01.gif);
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

div#content a {
    color: #9fa92a;
    text-decoration: underline;
}


h1, h2 {
    font-weight: bold;
}

h1 {
    margin-top: 5px;
    font-size: 30px;
}

h2 {
    font-size: 14px;
}

.frame {
    margin-left: 70px;
    width: 800px;
    min-width: 800px;
    max-width: 800px;
    border-left: solid 6px #777777;
    border-right: solid 6px #777777;
    background-color: black;
}

div#canvas {
    min-height: 100%;
    margin-top: 0px;
}

div#footer {
    color: #333333;
    font-size: 8px;
    text-align: center;
    white-space: nowrap;
}

div#navi {
    z-index: 10;
    position: absolute;
    top: 60px;
    left: 260px;
    white-space: nowrap;
}

div#navi li {
    width: 96px;
    height: 86px;
    margin: 0;
    padding: 0;
    display: inline;
}

div#navi * img {
    background-image: url(../img/ground00.png);
}

div#navi * img:hover {
    background-image: url(../img/glow00.png);
}


div#header {
    /*
    background-image: url(../img/top_pattern00.gif);
    background-repeat: repeat-x;
    */
    line-height: 0px;
}


div#content {
    color: white;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 200px;
    width: 500px;
}

div#quicklinks {
    float: right;
    margin-left: 70px;
    margin-bottom: 300px;
}

div#albums > ul {
    list-style-type: none;
}

li.album {
    border-top: 1px dotted white;
    margin-bottom: 10px;
}

li.album:first-child {
    border: 0px;
}

a.cover {
    width: 160px;
    height: 151px;
    float: left;
}

div.album {
    margin-top: 5px;
}

div.album img {
    margin-right: 2px;
    margin-bottom: 1px;
}

div.album_meta {
    height: 151px;
}

ul.album_controls {
    list-style-position: inside;
    list-style-image: url(../img/arrow01.png);
}



#dates {
    margin-bottom: 100px;
}

hr  {
    border: 0;
    border-bottom: 1px dotted white;
    margin-bottom 30px;
}



