/*
 * thebigview.com 
 * CSS stylesheet for "Greek Philosophy" section
 * (c) 2006 Thomas Knierim
 */



html, body {
  height: 100%;
  overflow: auto;
  background-image: url(backgrd.gif);
  background-repeat: repeat-y;
}

div#leftbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
}

/* IE 6 fix: IE 6 doesn't support fixed positioning, 
 * but it doesn't recognise the > selector either ;-) */
 
body > div#leftbar { position: fixed; }

#navigator { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
}

div#bodytext { 
  position: absolute;
  top: 16px;
  left: 220px;
  width: 60%;
  padding-bottom: 30px;
}
