/**************************************
Main layout
**************************************/
.maincontainer{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -100px;*/
    margin: auto;
    width:1024px;
}
body{
    font-family: arial, sans-serif;
    color: #564026;
    margin:0;
    padding:0;
    line-height: 1.5em;
}
b{
    font-size: 110%;
}
em{
    color: red;
}
.top{
    background: #E5E2CC;
    height: 177px;
}

.top h1{
    margin: 0;
    padding-top: 15px;
}

.contentwrapper{
    float: left;
    width: 100%;
    padding-top: 20px;
}

.contentcolumn{
    /*margin-left: 187px;*/
    margin-left: 5px;
}

.leftcolumn{
    float: left;
    /*width: 187px;*/ /*Width of left column*/
    width:5px;
    margin-left: -100%;
    background: white;
}

.innertube{
    margin-top: 0;
}

/**************************************
Sticky footer
**************************************/
* {
    margin: 0;
}
html, body {
    height: 100%;
}

.push {
    height: 30px; /* .push must be the same height as .footer */
}

.footer{
    clear: left;
    width: 1024px;
    background: #E5E2CC;
    color: #564026;
    text-align: center;
    height: 30px;
    margin: auto;
}