ul.sitemap li {
  margin: 0.5em 0;
  font-weight: bold;
}
ul.sitemap li ul {
  margin: 0 0 0 1em;
  list-style-position: outside;
}
ul.sitemap li ul li {
  margin-left: 1em;
}
ul.sitemap li ul li ul {
  list-style: none;
}
ul.sitemap li ul li ul li {
  margin: 0;
  font-weight: normal;
}

#content #register fieldset {
  margin: .2em 0;
}
#content #register fieldset.spacer {
  margin: 1.5em 0;
}
#content #user_register label {
  display: block;
  float: left;
  width: 9em;
}

#user_declare fieldset {
  margin: 1em 0;
}
#user_declare legend {
  display: block;
  float: left;
  max-width: 50%;
  white-space: normal;
}
#user_declare label {
  display: block;
  float: right;
  font-weight: normal;
}
#user_declare textarea {
  clear: both;
  width: 100%;
}

#inthenews { 
  list-style: none;
  text-align: center;
  line-height: 200%;
  margin: 0 auto;
  padding: 0;
}

#aboutus dl {
background: red;
display: inline;
margin: 0;
}
