/*******************************************************************************
* Mainbar
*******************************************************************************/
#mainbar {
    position: relative;
    width: 676px;
    background: transparent url(../images/canvas_background_filler.gif) repeat-y right;
}

#mainbar #innerBackground { /* for iframe background in IE */
    background: transparent url(../images/canvas_background_static.gif) no-repeat top right;
    min-height: 469px;
    height: auto !important; /* emulate min-height... */
    height: 469px;           /* ...in IE6             */
}

/*******************************************************************************
* Mainbar - content
*******************************************************************************/
#mainbar #content {
    position: relative;
    width: 655px;
    background: transparent url(../images/mainbar/main_filler.gif) repeat-y;
}

#content_bkd1 { /* simulate attaching another background image to #content */
    height: 100%; /* fix for IE6 where nested backgrounds not always showing through */
    /*background: transparent url(../images/mainbar/main_background_circles_nudge_left.gif) no-repeat top right;*/
}

#content_bkd2 { /* simulate attaching another background image to #content */
    /*background: transparent url(../images/mainbar/main_background_manic_nudge_left.gif) no-repeat bottom right;*/
}

#content_inner {
    padding: 0px 10px 11px 21px;
    margin-left: 18px;
}


