#content {
        padding: 0;
        margin: 15px 50px 0 150px;
        text-align: left;
        min-height: 770px;
}

/* For IE */
* html #content {
        padding: 0;
        margin: 15px 50px 0 150px;
        text-align: left;
        height: 770px;
}

#left {
        font-size: 85%;
        position: absolute;
        /* top: 150px; */
        /* Try to leave some space for a message from trac above the sidebar */
        top: 200px;
        left: 10px;
        width: 140px;
        z-index: 1;
        background-color: #D6F3D7;
        border: 1px outset #ddc;
}

#left ul { list-style: none; padding: 10px; margin: 0 }


