div#page
{
    width: 800px;
    margin: 0px auto;
}

div#header
{
    width: 800px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

div#footer
{
    padding-top: 6px;
    margin-top: 20px;
    border-top: solid 1px #ccc;
    height: 60px;
    clear: both;
    background: #fff;
}

div#main
{
    width: 100%;
    clear:both;
}

div#sideNav
{
    width: 200px;
    margin: 0px;
    float: left;

}

div#content
{
    width: 598px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.headerSeparator
{
    clear: both;
    line-height: 1px;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    /* border-bottom: 1px solid #ccc; */
}

.clear
{
    clear: both;
}

