* { margin: 0; padding: 0 }

#container {
    width: 750px;
    margin: 5px auto;
    background-color: #570504;
    border-left: 1px solid #702a20;
    border-right: 1px solid #702a20;
    border-bottom: 1px solid #521c14;
}

#header {
    height: 113px;
    background: transparent url("/images/header.jpg") top left no-repeat;
    text-align: right;
}
#header img {
    margin-top: 3px;
}
#header2 {
    height: 40px;
    text-align: center;
    color: #d5d3d3;
    font: bold italic .9em/1.3em "Trebuchet MS", Geneva, arial, sans-serif;
    background: transparent url("/images/header2.jpg") top left no-repeat;
    border-bottom: 1px solid #000;
}

#maintab {
    float: left;
    width: 580px;
    margin-left: 170px;
    background: transparent url("/images/mainbg.gif") top right no-repeat;
}
* html #maintab {
    display: inline;
}
#sidebar {
    float: left;
    width: 170px;
    margin-left: -750px;
    background-color: #4c0504;
    border-right: 1px solid #680906;
}
/* Start Mac IE5 filter \*/
#maintab, #sidebar {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */
#wrapper {
    width: 750px;
    overflow: hidden;
}
#wrapper {
    float: left;
    float/**/: none;
}
/* easy clearing */
#wrapper:after {
    content: 'ABC';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wrapper {
    display: inline-block;
}
/*\*/
#wrapper {
    display: block;
}
/* end easy clearing */

#footer {
    padding: 6px 10px;
    color: #c7c7c7;
    font-size: 70%;
    background-color: #4b0d03;
    border-top: 1px solid #000;
}

.clearbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearbox {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearbox {height: 1%;}
.clearbox {display: block;}
/* End hide from IE-mac */

