body {
  background: #FFFAF8;
  margin: 0px;
  padding: 0px;
  font: italic 12px/16px Arial, Helvetica, sans-serif;
  color: #4d3818;
}
#frame {
  height: 610px;
  width: 1000px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#frame #logo {
  text-align: right;
  margin-bottom: 26px;
  margin-right: 5px;
}
#frame #claim {
  text-align: right;
  width: 100%;
}
#frame #claim h1 {
  font: 24px Arial, Helvetica, sans-serif;
  background: url(../img/claim.gif) no-repeat right center;
  margin-right: 5px;
}
#frame #claim span { visibility: hidden; }
#frame #ul {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../img/logo_ul.gif) no-repeat;
  width: 90px;
  height: 89px;
}
#frame #menu {
  position: absolute;
  left: 103px;
  bottom: 0px;
}
#frame #menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#frame #menu ul ul { margin-bottom: 5px; }

#frame #content {
  border: 2px solid #bf0b5a;
  position: absolute;
  height: 352px;
  width: 566px;
  right: 10px;
  bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
}
#frame #content h1 {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #BF0B5A;
  margin-top: 0px;
  margin-bottom: 12px;
}

#frame #content h2 {
  font-size: 12px;
  font-weight: bold;
  color: #BF0B5A;
  margin: 0px;
}
#frame #content h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0.75em;
}
#frame #content p {
  margin-top: 0px;
  margin-bottom: 1.5em;
  color: #4d3818;
}
#frame #content a {
  text-decoration: underline;
  color: #BF0B5A;
  font-weight: bold;
}
#frame #content a:hover {
  font-weight: bold;
  color: #BF0B5A;
  text-decoration: none;
}
#frame #content ul {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 2em;
}
#frame #content ul li {
  background: url(../img/pinkdot.gif) no-repeat left 4px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 1em;
  color: #BF0B5A;
}
#frame #content .left {
  float: left;
  width: 275px;
}
#frame #content .right {
  width: 258px;
  margin-left: 275px;
  padding-left: 20px;
}
#frame #content .left p, #frame #content .right p {
  margin-bottom: 1em;
  text-align: left;
}
#frame #content ol {
  position: relative;
  left: -20px;
  margin-top: 0px;
}

#frame #content li { color: #BF0B5A; }
#frame #content .red { color: #BF0B5A; }
#frame #content .brown { color: #4D3818; }
#frame #content .marginbottom { margin-bottom: 1em; }
