html, body { height: auto; width: 100%; }
body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    position: absolute;
    background-image: url(../images/karo_bg.png);
    background-repeat: repeat;
}

#container-outer {
    position: absolute;
    width: 918px;
    height: auto;
    left: 50%;
    margin-left: -459px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 4px 6px;
    background-color: #fff;
}
#quicklinks {
    font-size: 80%;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
#quicklinks a { text-decoration: none; color: #fff; }
#quicklinks a:hover { text-decoration: underline; }
#head {
    position: relative;
    background-color: #0079b0;
    background-image: url(../images/head_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0px;
}
#header {
    width: 100%;
    height: 155px;
    text-align: right;
    padding: 0px;
    background-color: transparent;
}
#main { width: 100%; height: auto; position: relative; }
#footer {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0px;
    text-align: center;
    background-color: #42682f;
    color: #fff;
}
#menu {
    height: 100%;
    width: 180px;
    float: left;
    padding: 20px 0px;
    background-color: #fff;
    color: #000;
    font-variant: small-caps;
}
#menu a {
    display: block;
    padding-left: 10px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
#content-container {
    float: left;
    height: 100%;
    /*width: auto;*/
    width: 550px;
    /*margin-left: 180px;*/
    margin-left: 0px;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
}
#content { padding: 10px 20px 10px 30px; }
#content-right {
    float: left;
    width: 180px;
    padding: 10px 0px;
    background-color: #fff;
}
#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menu ul li {
    margin-bottom: 30px;
    padding-left: 0px;
}
#menu ul li.active { font-weight: bold; }
#menu ul ul {
    font-size: 90%;
    margin-top: 0px;
}
#menu ul li ul li {
    margin-bottom: 0px;
    font-weight: normal;
}
#menu ul li ul li a {
    border-bottom: 1px solid #000;
}

