/* xhtml 1.0 strict supposedly required for 'position: fixed' to work in IE7 */
	  body {
		  font-family: Arial, Helvetica;
	  }
	  h1 {
		  margin-bottom: 5px; 
		  # font-size: 16pt;
		  font-size: 150%;
	  }
	  h2 {
		  margin-top: 0px;
		  margin-bottom: 10px;
		  # font-size: 12pt;
		  font-size: 110%;
	  }
	  #leftcolumn {
		  width: 200px;
		  position: fixed;
		  top: 10px; left: 10px;
	  }
	  #rightcolumn {
		  margin-left: 220px;
	  }
	  #manufacturers {
		  width: 200px;
		  font-size: 11pt;
	  }
	  #listbox {
	  	margin-bottom: 100px;
	  }
	  .date {
		  width: 50px; 
		  float: left;
	  }
	  .indent {
		  margin-left: 25px;
	  }