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



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



div#leftbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
  color: white;
  background-color: black;
}

/* 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: 10px;
	left: 10px;
	width: 180px;
	height: 500px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

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