/* $Id:
 * This CSS generated by the genML4 multi-column generator
 * Copyright 2010 Thomas L Guthrie
 * A multi-column CSS based on M Levine's wrapper-free Holy Grail
 * (see http://www.alistapart.com/articles/holygrail, example_4 */

/* Command invocation: genML4 -pad 20 -left 180 10 -max 900 */
/* Columns: |<--  L 180px  -->|<--  C liquid  -->|
 * Padding: |<10>         <10>|<20>          <20>| */
#wrapper {
  padding-left: 180px;    /* LC visible width */
  padding-right:  0px;    /* RC visible width */
  min-width: 180px;       /* LC visible width */
  max-width: 720px;       /* Liquid maximum */
  margin-left:auto; margin-right:auto;  /* Centering */
}
#header, #footer {
  margin-left: -180px;    /* LC visible width */
  margin-right:    0px;   /* RC visible width */
}
#footer {
  clear: both;
}

#center-pos {
  position: relative; float: left;
  width: 100%;
}
#center {
  padding: 0 20px;	  /* CC padding */
}
#left {
  position: relative; float: left;
  width: 160px;           /* LC content width */
  padding: 0 10px;        /* LC padding */
  right: 180px;           /* LC visible width */
  margin-left: -100%;
}
* html #left {            /* IE Fix */
  left:   0px;            /* RC visible width */
}
#right {
  position: relative; float: left;
  width:   0px;           /* RC content width */
  padding: 0  0px;        /* RC padding */
  margin-right: -100%;
}
/* end genML4 */
