#sidebar {
  width: 9em;
  float: left;
  vertical-align: top;
  margin-top: 0px;
}

#main {
  margin-left: 10em;
}

#content {
  border: 0px;
  height: 95%;
  width: 100%;
}

#breadcrumb {
  height: 5%;
}

body, div, p, h1, h2, h3, h4 {
  /* font-family: Trebuchet MS, Verdana, Arial; */
  /* background-color: #FFE; */
  color: black;
}

a {
  color: #006;
  text-decoration: none;
}

ul {
  padding-left: 2em;
  margin-top: 0px;
}

ul li {
  /* list-style-type: katakana; */
}

