
body {
  margin: 0 auto;
  width: 95%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

a:visited{
  color: #004c26;
}

#footer{
  width: 100%;
  clear: both;
}

#footer a:visited {
  color: #000;
}

#header {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  color: #000;
}



#contents h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 2px solid #f22;
  border-right: none;
  padding-left: 3px;
  background-color: #fff;
}

#footer {
  margin-top: 5px;
  width: 100%;
  clear: both;
  text-align: center;
}

a.current {
  font-weight: bold;
}

#contents {
  background-color: #fff;
  margin-left: 280px;
  border: solid 1px;
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  margin-bottom: 1em;
}

h3 {
  margin-bottom: 0;
}

h3 + * {
  margin-top: 0;
  }

#contents p, #contents dl, #contents ul, #contents ol {
  margin-left: 3em;
  margin-right: 3em;
}

.badges {
  text-align: right;
  margin-left: 1em;
}

#menu{
  float: left;
  width: 250px;
  border: solid 2px #000;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #cc3;
  height: 500px;
  text-align: center;
}

#menu img{
  margin-bottom: 5px;
}

#menu a{
  color: #000;
}

#menu a:visited {
  text-decoration: none;
}

#menu li{
  text-align: left;
}

#menu h2{
  text-align: center;
  margin-right: 1em;
  border: #000 2px solid;
  background-color: #ffc;
}

#contents h3{
  margin-left: 1.5em;
}

h2 + h3 {
  margin-left: 1em;
}

h3 + * {
  margin-left: 2em;
}
