/*
 * thebigview.com
 * CSS stylesheet for "Mind" section
 * (c) 2006 Thomas Knierim
 */



html, body {
  height: 100%;
  overflow: auto;
  background-image: url(greybkg.gif);
  background-repeat: repeat-y;
}



div#leftbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 100%;
  color: white;
  background-color: #C0C0C0;
}

/* 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: 5px;
	width: 210px;
	height: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}



#head {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div#bodytext {
  position: absolute;
  top: 16px;
  left: 240px;
  width: 60%;
  padding-bottom: 30px;
}

.timeline_header {
  font-style: italic;
}
.timeline_header_soft {
  color: #999999;
}

