/*** <[Default Theme: Layout CSS]> ***/
html, body { height: 100%; }
body {background:#fe6b00 url('images/footer.jpg') bottom center repeat-x;}
  #container {background:transparent url('images/header.jpg') top center repeat-x; min-height:100%;}
  * html #container {height: 100%;} /* FOR IE 6 */
    #aligner {width:900px; margin: 0 auto; background:transparent url('images/overlay.png') top center repeat-y; min-height:100%;}
    * html #aligner {height: 100%;} /* FOR IE 6 */
      #header {width:874px; height:150px; margin: 0 auto; background-color:white;}
      #tabs {width:874px; margin: 0 auto;}
	#nav {width:874px; margin: 0 auto; background-color:transparent;}
	#content {width:840px; margin: 0 auto; background-color:transparent;} /* Only used if no javascript on browser */
	#tabs_panelwrap {width:874px; margin: 0 auto; background: transparent url('images/panel_bg.png') top center repeat-x; padding: 0;} /* Only used if javascript present on browser */
      #footer {width:874px; margin: 0 auto; background: transparent url('images/panel_bg.png') bottom center repeat-x; color:#fff;}
      #signature {width:874px; margin: 0 auto; text-align:right;}

