/*--=DECORATIONAL DIVS=--*/
/*body background - wraps #wrap */
#body_deco {position:relative;z-index:90;background:url(main_bg.png) no-repeat top center;position:relative;zoom:1;}
/*side backgrounds - appended to #side*/
#side_deco1 {position:absolute;background:url(side1.png);width:292px;height:296px;left:-50px;top:-22px;z-index:1;}
#side_deco2 {position:absolute;background:url(side2.png);width:42px;height:42px;left:200px;top:-20px;z-index:91;}
/*bottom background 1 - wraps #foot */
#foot_deco {z-index:89;position:relative;background:url(foot.png) no-repeat top center;padding-top:56px;margin-top:-56px;zoom:1;}
/*bottom background 2 - wraps #foot_in */
#foot_in_deco {background:url(foot_in.png) no-repeat top center;zoom:1}
/*bottom background 3 - innerwraps #foot - emulates foot top border*/
#foot_border {background:url(foot_border.png) repeat-x top;zoom:1}

/*--=SUPPLEMENTAL=--*/
#side {position:relative;overflow:visible;z-index:91}
#secondary_navigation, #section_navigation, #side_middle {position:relative;z-index:90;}
#foot {border-top:none}
