body {
    font-family: helvetica, sans-serif;
    margin: 0 auto 0 auto;
    width: 800px;
}

hr {
    color: #AA0000;
    background-color: #AA0000;
    height: 1px;
    border: none;
}

blockquote {
    border-left: 3px solid #AA0000;
    padding-left: 10px;
}

div.clear {
    clear: both;
}

div#header {
    background-color: black;
    color: white;
    border-bottom: 8px solid #AA0000;
    padding-left: 20px;
    padding-top: 5;
}

div#header a {
    color: white;
    text-decoration: none;
}

div#footer {
    width: 100%;
    border-top: 8px solid #AA0000;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 10px;
}

div#footer a {
    color: #AA0000;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#content {
    float: left;
    width: 595px;
    padding-left: 5px;
}

div#content a {
    color: #880000;
    font-weight: bold;
    text-decoration: underline;
}

div#content a:hover {
    text-decoration: none;
}

h2.post_head a {
    color: #AA0000;
    text-decoration: none;
}

h2.post_head a:hover {
    text-decoration: underline;
}

p.post_foot {
    font-size: 9pt;
    color: #888888;
}

div#sidebar {
    float: right;
    width: 200px;
}

div#sidebar a {
    color: #AA0000;
    text-decoration: none;
}

div#sidebar a:hover {
    text-decoration: underline;
}

div#sidebar div.user_info {
    padding: 6px;
    color: #666666;
}

div#sidebar div.user_info .name {
    font-weight: bold;
}

div#sidebar li {
    padding-bottom: 4px;
}
