body {
  margin: 0px;
  font: 24px Arial;
  background-color: #d4f4be;
  background-image: url("bg.gif");
  background-repeat: repeat-x;
}

ul {
  margin-bottom: 24px;
  margin-left: 64px;
}

#banner {
  height: 28px;
  max-height: 28px;
  background-color: #D294BB;
}

#banner p {
  margin: 0px;
  font: 14px Arial;
  line-height: 14px;
  color: #fff;
  text-align: right;
  padding-top: 7px;
  padding-right: 14px;
  vertical-align: middle;
}

#banner a:link, #banner a:visited {
  color: #fff;
  font-weight: bold;
}

#graphic {
  width: 972px;
  position: absolute;
  top: 28px;	
  left: 50%;
  margin-left: -486px;
  background: url("graphic.gif");
  background-position: top center;
  background-repeat: no-repeat;
}

#examples {
  width: 682px;
  margin-top: 248px;
  margin-bottom: 10px;
  margin-left: 88px;
}

#examples p {
  margin: 0px;
  text-align: right;
  font: 12pt Arial;
  line-height: 12pt;
  padding-right: 14px;
}

.one, .two, .three, .four {
  display: inline;
  width: 160px;
  margin-right: 6px;
}

.example {
  width: 156px;
  border: 2px solid #000;
}


#what .what, #where .where {
  margin-left: 40px;
  margin-bottom: 10px;
}