article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div
{
    display: block;
}
body
{
    padding-top: 0;
    margin-top: 0;
    color: #66737b;
    font-size: 12px;
    background-color: #591a00;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 0;
}
header
{
    margin-left: auto;
    margin-right: auto;
    height: 185px;
    width: 800px;
    padding-top: 0;
    background: #fff;
    border: 0 solid #900;
    margin-top: 0;
}
#content
{
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    width: 800px;
    border: 0 none;
    text-align: left;
}
#articles
{
    float: left;
    width: 570px;
    background: #fff;
    padding: 5px 10px 5px 5px;
    margin-right: 0;
    height: 1%;
    margin: 0;
}
article
{
    color: #000;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: left;
    border: 0;
}
article p
{
    line-height: 1.5;
}
article img
{
    padding: 0 5px;
}
article h2
{
    font-size: 18px;
    color: #00f;
    display: inline;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
article h3
{
    font-size: 8px;
    color: #f00;
    display: inline;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
footer
{
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    width: 800px;
    padding-top: 3px;
    clear: both;
    color: #000;
    text-align: center;
    font-size: 10px;
}
#left_bar
{
    float: left;
    width: 187px;
    padding: 0 5px 5px;
    margin-right: 5px;
    margin-left: 0;
    font-size: 11px;
}
#left_bar h4
{
    border-top: 0 solid #693;
    border-bottom: 0 solid #693;
    color: #000;
    background-color: #fa9b1d;
    font-weight: bold;
    padding: 4px;
    margin: 2px 0 2px 0;
}
#left_bar ul
{
    padding: 1px 0 0 0;
    margin: 0 0 14px 0;
    list-style: none;
}
#left_bar ul li a
{
    display: block;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #000;
    border-bottom: #ccc 1px dotted;
    padding: 4px 7px 4px 2px;
}
#left_bar ul li a:hover
{
    background-color: #fa9b1d;
    color: #fff;
}