html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 10px;
    padding-top: 0px;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 10pt;
    color: #000;
    background-color: #E4AE94;
}

a:link,
a:visited,
a:active {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: red;
    border-bottom: 1px dashed red;
}

#container {
    margin: 0px auto;
    width: 790px;
    background: #FFFFFF;
    border: 10px solid #7A483E;
    border-top: 0px;
}

img {
    border: 0px;
}

#banner {
    border-bottom: 0px solid #E2C1FA;
}

#banner a:hover {
    border: 0px;
}

td.column {
    background-color: #CEB69C;
    vertical-align: top;
    width: 230px;
    padding: 10px;
    font-size: 8pt;
    line-height: 150%;
}

td.content {
    vertical-align: top;
    width: 520px;
    padding: 10px;
}

.navigation {
    text-align: center;
    padding: 5px;
}

.header-date {
    color: #666666;
    font-size: 7pt;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.header-entry {
    font-family: Georgia;
    color: #CEB69C;
    font-weight: bold;
    font-size: 18pt;
    padding-bottom: 2px;
}

.header-archive {
    font-family: Georgia;
    color: #CEB69C;
    font-weight: bold;
    font-size: 18pt;
    padding-bottom: 10px;
}

.header-comments {
    font-weight: bold;
    font-size: 11pt;
    border-bottom: 1px solid #585858;
    padding-top: 20px;
    margin-bottom: 5px;
}

.footer-entry {
    text-align: left;
    border-bottom: 1px dashed #999999;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 20px;
}

.footer-comment {
    text-align: right;
    font-weight: bold;
    font-size: 7pt;
}

.sidebar-title {
    font-family: Georgia;
    margin: 25px 0px 0px 0px;
    color: #000;
    color: #7A483E;
    font-size: 10pt;
    font-weight: bold;
    text-transform: none;
    border-bottom: 0px solid #585858;
}

ul.sidebar-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li.sidebar-list-item {
}

#copyright {
    color: #585858;
}

.comment {
    margin-top: 5px;
    padding: 10px;
    padding-top: 5px;
    background-color: #CEB69C;
}

.entry img {
    margin: 10px 0px;
    padding: 10px;
    background-color: #CEB69C;
}