body {
    background: #000000;
    margin: 20px;
    font-family: "Aria", sans-serif;
    text-transform: lowercase;
}

#container {
    background: #FFFFFF;
    position: static;
    left: 20px;
    top: 20px;
    width: 960px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#header {
    /*border-bottom: 1px solid #AAAAAA;*/
    margin-bottom: 10px;
}

#header h1 {
    font-size: 80px;
    line-height: 0px;
    padding-left: 10px;
}

#content h1 {
    font-size: 25px;
}

#content {
    padding-top: 40px;
    padding-left: 40px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.content-block {
    /*background: #FF0000;*/
    width: 600px;
    padding:10px;
}

.content-block h1 {
    margin-left: 150px;
}

.content-block dl {
    /*background: #AA0000;*/
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 50px;
    border-top: 1px solid #000000;
}

.content-block dl dt {
    float: left; 
    clear: left;
    text-align: right;
    font-weight: bold;
    width: 120px;
    font-size: 20px;
    padding-right: 15px;
    padding-top: 0px;
    border-right: 1px solid #000000;
}

.content-block dl dt:hover {
    background: #DDDDDD;
}

.content-block dd {
    margin: 0 0 0 150px;
    padding: 0px;
}

.content-block dl a {
    color: #000000;
    text-decoration: none;
}

.reddie {
    color: #FF0000;
}

#footer {
    text-align: right;
    font-size: 12px;
    padding-right: 30px;
    padding-bottom: 10px;
}
