﻿body
{
    background-color: white;
    margin: 0 auto;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
}
#outerbox
{
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    width: 950px;
    padding-top: 25px;
}
#header
{
    width: 950px;
    padding-bottom: 10px;
    clear: both;
}
#nav
{
    clear: right;
    float: right;
    display: block;
    position: static;
    
}
#breadcrumb
{
    width: 950px;
    background-color: #ebebeb;
    display: block;
    clear: both;
    float: none;
    border-top: #cf6928 thin solid;
    border-bottom: #cf6928 thin solid;
}
#content
{
    width: 575px;
    padding-top: 25px;
    background-color: white;
    clear: left;
    float: left;
    padding-bottom: 25px;
}
#sidebar
{
    width: 350px;
    padding-top: 25px;
    background-color: white;
    clear: right;
    float: right;
    padding-bottom: 25px;
}
#comments
{
    width: 950px;
    position: static;
    clear: both;
    display: block;
    float: none;
    padding-bottom: 25px;
}
#taxonomy
{
    width: 950px;
    position: static;
    clear: both;
    display: block;
    float: none;
    padding-top: 25px;
    background-color: #ebebeb;
    border-top: #cf6928 thin solid;
    border-bottom: #cf6928 thin solid;
}
#footer
{
    width: 950px;
    position: relative;
    clear: both;
    display: block;
    float: none;
    padding-top: 25px;
    background-color: white;
}
