div#detail {
  margin:0 0 20px 0;
  /*
  border:1px solid red;
  */
  }
/* 
Graphic details are 760px wide. Borders are 1 px each and page width
is 780 px. 780px - 760px - 2px = 18px. That makes 9 px for each side.
Padding is used because margins are applied less consistently across 
various browsers.
*/
div#graphic img {
  margin:0;
  padding:0 0 0 20px;
  }
div#graphic a img {
  border:none;
  }
ul.notes {
  width:500px;
  /*
  border:1px solid #FFF;
  */
  }
ul.notes li {  
  line-height:1.25em;
  }
