body {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  width: 65em;
  margin: 1em auto;
}

#header h1 {
  text-align: right;
  font-size: 500%;
  margin: 0px;
}

#header h2 {
  text-align: right;
}

h1 a {
  text-decoration: none;
  color: #000;
}

#breadcumbs {
  background-color: #eee;
  padding: 0.3em;
}

#sidebar {
  width: 25em;
  float: left;
}

#sidebar h2 {
  margin-top: 1em;
  clear: both;
}

#topictree a, #breadcumbs a, #sidebar a {
  text-decoration: none;
}

#topictree a:hover, #breadcumbs a:hover, #sidebar a:hover {
  text-decoration: underline;
}

#topictree dd {
  margin-left: 3ex;
}

#topictree dl {
  clear: left;
}

#topictree dt {
  clear: both;
}

#topictree dl[compact] dt {
  float: left;
  clear: none;
  margin-right: 0.5em;
}

#content {
  width: 40em;
  float: left;
}

.seperator {
  text-align: center;
}

.seperator hr {
  display: none;
}

.entry {
  margin-bottom: 4em;
}

.entry h3.title { 
  background-color: #eee;
  padding: 0.2em;
}

#nukumi2logo {
  float: right;
}

#footer {
  clear: both;
  background-color: #eee;
  padding: 0.5em;
}
