html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #C2E0A3;
}

#wrap {
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
}

    #header {
        height: 108px;
        background: left top URL(../images/bg_header.gif) no-repeat;
    }

    #header div.image {
        float: right;
        display: inline;
    }

    #navi {
        height: 22px;
        line-height: 22px;
        background: #363;
    }
    
    #main {
        background: URL(../images/bg_main.gif) repeat-y;
    }
    
        #sidebar-left {
            width: 200px;
            float: left;
            margin: 20px 0 0 0;
            padding-bottom: 20px;
            display: inline;
        }
        
        .moduletable-bar {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #696;
        }
        
        #content {
            margin: 20px 20px 2em 20px;
            padding-bottom: 20px;
            width: 740px;
            float: left;
            display: inline;
        }
            
        #navi-bottom {
            clear: both;
            border-top: 1px solid #030;
            height: 30px;
            line-height: 30px;
            background: #C2E0A3;
        }
    
    #footer {
        clear: both;
        text-align: center;
        border-top: 1px solid #030;
        height: 25px;
        line-height: 25px;
    }