body {
  margin:   0px;
  padding:  0px;
  /* allow centering in IE*/
  text-align: center;
  }

#container {
  /* make this the containing block*/
  position:         relative;
  /* proper CSS centering */
  margin:           0 auto;
  width:            800px;
  /* override text-align rule from body */
  text-align:       left;
  }

#header {
  /* Rundle-Phark image replacement */
  height:       100px;
  text-indent:  -2500px;
  background:   url(../images/header2.jpg) no-repeat;
  margin:       1% 0;
  }

#leftbar {
  position:   absolute;
  top:        112px;
  left:       0px;
  width:      150px;
  }

#main {
  left:         150px;
  margin:       0 10px;
  padding:      0 10px;
  position:     absolute;
  top:          112px;
  width:        460px;
  }

/* The "Tan" hack to fix IE5.x/Win box model problem */
* html #main {
  width:  500px; 
  w\idth: 460px;
  }

#rightbar {
  position:   absolute;
  top:        112px;
  left:       650px;
  width:      150px;
  }






