/*
 * this file contains the layout of the major regions of this site
 *  
 */

  * {margin:0;padding:0;}

  body
  { 
    text-align:center; /* IE fix */
  }
  
  #page, #header, #main, #footer, #sidebar-left, #content
  {
    display:block;
    position:relative;
    z-index:0;
  }
  /* layer to fix IE z-index bug for menus */
  #header
  {
    z-index:10;
  }
  #main
  {
    z-index:9;
  }
  #footer
  {
    z-index:8;
  }


  #page
  {
    margin-left: auto;
    margin-right: auto;
    width: 890px;    
    text-align:left; /* IE fix */
  }

  #header, #main, #footer, #navigation-primary
  {
    clear:both;
  }
  
  #header
  {
  }
  
  #main
  {
    float:left;width:100%;
  }  
  
  #footer
  {

  }

  #sidebar-left, #content
  {
    float:left;display:inline;/* IE 6 double margin fix */
  }

  #sidebar-left
  {
    width:200px;
    margin-left:0px;
    margin-right:-200px;
  
  }
  
  #sidebar-left-inner
  {
    padding:10px;
    padding-top:0;
  }
  
  #content  
  {
    width:690px;
    margin-left:200px;
    margin-right:-890px;
  }
  
  #content-inner 
  {
    padding:20px;
    margin-top:20px; 
  }
  
  
  #content-top
  {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    
  }
  #content-top-inner
  {
    padding:20px;

  }
  
  
  
  
  

