﻿/* GENERAL LAYOUT */
body
{
    margin: 5px;
    background-color: #DAD5BA;
}
html
{
    height: auto;
    min-height: 100%;
overflow: -moz-scrollbars-vertical;
}
body
{
    height: auto;
    min-height: 100%;
}
#bodycenter
{
    height: auto;
    min-height: 100%;
}
#bodywrapper
{
    background-color: #FFFFFF;
    width: 990px;
    padding: 10px;
    display: block;
}
html > body #bodywrapper
{
    width: 970px;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
div
{
    /* debug */  /*border-color: #CCCCCC;     border-width: 1px;     border-style: dotted;     margin: -1px;*/ /* -------- */
    text-align: left;
}
.clear 
{
    clear: both;
}
