* { padding: 0; margin: 0;  }

body {
    background-color: #fff;
    font-family: "Arial", "sans serif";
    font-size: 100%;
}


#wrapper {
    position: relative;
    width: 766px;
    margin: 10px auto;
    padding: 0px 5px;
    background-color: #fff;

}

#header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
    border: 0px solid #fff;
    border-bottom: 0px;
}

#header {
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

#hmenu_wrapper {
    position: absolute;
    top: 148px;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    text-align: center;
    border: 0px solid #fff;
    border-bottom: 0px;
    border-top: 0px;

}

#footer_wrapper {
    clear: both;
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    border-bottom: 0px solid #fff;
    padding-top: 10px;

}

#footer {
    width: 90%;
    margin: 5px auto;
    text-align: center;
}

#content_wrapper {
    position: absolute;
    top: 183px;
    left: 0;
    width: 100%;
    background:#fff;
    border: 0px solid #fff;
    border-bottom: 0px;
    border-top: 0px;

}
#content {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#leftcol {
    float: left;
    width: 200px;
    padding: 5px;
    background: transparent;
    min-height: 400px;
}

#rightcol {
    float: right;
    width: 546px;
    padding: 5px;
    background: transparent;
    min-height: 400px;
}

#rightcol p {
    font-size: .875em;
}