body { margin: 0; padding: 0 }
body, table { font-family: "Century Gothic", Tahoma, Arial, sans-serif }
h2    { margin-top: 1em; margin-bottom: 0.5em }
img   { border-width: 0 }
.list { border: 1px solid blue; border-collapse: collapse;
        width: 100%  }
.list th, .list td { padding: 0.5em 1em; }
.list th { background-color: #006; text-align: left; color: white }
.list td { background-color: #eef; }


#content { padding: 1em; font-size: 0.9em; width: 70%; 
           max-width: 50em; text-align: left }
#title { 
  height: 160px; min-height: 160px;
  background-image: url(images/clam-back.png);
  background-position: right top;
  background-repeat: repeat-x;
  text-align: right;
}