body {
        background-color: #fff;
        margin: 0px;
        margin-bottom: 30px;
        padding-left: 30px;
        font: small Verdana,Arial,Helvetica,sans-serif;
}
#outer_wrapper {
 width:94%;
 min-width: 700px;
}
#header {
        border-bottom : 4px solid #339900;
        margin-top:6px;
         height : 2em; 
        margin-bottom:0;
        background: url("/media/bg-footer.gif") repeat-x bottom;
}
#sidecol {
        width:234px;
        float:left;
}
#container {
    width: 100%;
        float: right;
        margin-left: -240px;
}

* html #container {
    w\idth:99%;/*for ie6*/
}

#content {
        margin-left: 234px;
        padding:1px 0 5px 5px;
        min-width:465px;
    text-align:left;
}
#footer {
        margin-left:0px;
        clear: both;
        height : 4em;
        background: url("/media/bg-footer.gif") repeat-x top;
        border-top : 4px solid #339900;
        width:100%;
}
