body{
  font-family:Verdana, sans-serif;
  font-size:90%;
  margin:0;
  padding:0;
}

/* ---- REMOVE STUFF ---- */
#navigation, #header div div, #sidebar, #footer, #map, #images a {
  display:none;
}
h1 a {
  display:block;
  text-decoration:none;
  color:#666;
  text-align:center;
  margin:10px;
}
h3 {
  clear:both;
}
#images {
  float:right;
}
#images img {
	width:300px;
}

dl {
  float:left;
  width:385px;
  font-size:8pt;
}
dl dt {
  display:block;
  width:80px;
  float:left;
  text-align:right;
  margin:0 0 2px 0;
  padding-right:5px;
  border-bottom:1px solid #ccc;
  font-weight:bold;
}
dl dd {
  width:300px;
  float:left;
  margin:0 0 2px 0;
  padding:0;
  border-bottom:1px solid #ccc;

}