/* 3-column liquid layout */
/* Derived from: http://www.pixy.cz/blogg/clanky/css-3col-layout/ */

/* Library Revision: $Rev: 5 $ */

/* Configuration is at the end */

body {
  font-size: 1em;
}

#page_outer,
#colHolder_outer,
#colHolder,
#navLocal_outer,
#subcontent_outer,
#content_outer{
  margin:0; padding:0;
}

#navLocal_outer {
  float:left;
}
#subcontent_outer {
  float:right;
}
#page, #navLocal, #subcontent_outer, #content {
  margin:0;
}
.clear {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}


/* Configuration options to be overridden in another css file */

/* Left Column (both must have the same value) */
#navLocal_outer { width: 100px }
#content_outer { margin-left: 100px; }
/* Right Column (both must have the same value) */
#subcontent_outer { width: 100px }
#content_outer { margin-right: 100px; }
