body {
    background-color: #f8f5f3;
    font-family: tahoma,arial,sans-serif;
    color: #000000;
    font-size: 10pt;
    line-height: 140%;
    border: 0px; /* old IE border fix */
    width: 870px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

#header {
    clear: both;
    float: left;
    width: 100%;
}
#content2_top {
    clear: both;
    float: left;
    width: 870px;
}
#content2 {
    clear: both;
    float: left;
    width: 870px;
    overflow: hidden;
    position: relative; /* IE 7 overflow hidden bug fix */
}
#content2_bottom {
    clear: both;
    float: left;
    width: 870px;
}
#content1_top {
    clear: both;
    float: left;
    width: 870px;
}
#content1 {
    clear: both;
    float: left;
    width: 870px;
    overflow: hidden;
    position: relative; /* IE 7 overflow hidden bug fix */
}
#content1_bottom {
    clear:both;
    float:left;
    width:870px;
}
#content2_top, #content1_bottom, #content1_top, #content2_bottom { height: 0px; }
#content {
    clear: both;
    float: left;
    width: 870px;
    overflow: hidden;
    position: relative; /* IE 7 overflow hidden bug fix */
}
#footer {
    clear: both;
    color: #666666;
    padding-bottom: 15px;
    margin-left: 50px;
    width: 770px;
}

.menu {
    clear: both;
    width: 790px;
    margin-left: 30px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.lmenu {
    float: left;
    text-align: left;
}
.rmenu {
    float: right;
    text-align: right;
}

.at_top { margin-top:0px; }

.full {
    background-color: #ffffff;
    float: left;
    display: inline; /* fix IE 6 double margin bug */
    padding: 10px;
    width: 790px; /* fix IE 5.5 CSS box bug */
    width/**/:/**/ 770px;
    margin-top: 0px;
    margin-left: 40px;
    overflow: hidden;
}
#content .full { background-color: transparent; }

.main {
    background-color: #ffffff;
    float: left;
    display: inline; /* fix IE 6 double margin bug */
    padding: 10px;
    width: 500px; /* fix IE 5.5 CSS box bug */
    width/**/:/**/ 480px;
    margin-top: 0px;
    margin-left: 40px;
    overflow:hidden;
}
#content .main { background-color: transparent; }

.sidebar {
    float: left;
    padding: 10px;
    width: 260px; /* fix IE 5.5 CSS box bug */
    width/**/:/**/ 240px;
    margin-top: 0px;
    margin-left:30px;
    position: relative;
    overflow:hidden;
}
