#extended_sidebar {
    width:260px;
    float:right;
    padding:25px 5px 38px 20px;
    text-align:left;
    background-color:#F8E499;
    height:1138px;
    font-size:13px;
    margin-top:-22px;
    font-family: Arial, Helvetica, sans-serif;
}

#extended_content {
    width:615px;
    float:left;
    padding:10px 0px 50px 10px;
    text-align:left;
    height:1150px;
    font-weight: normal;
    margin-top:-20px;
    position:relative;
}

#extended_outer_container {
    width:935px;
    height:1549px;
    border:2px solid #5B0000;
    box-shadow: 10px 10px 5px #999;
    background-color:#fff;
}