.wrapper {
  width: 90%;
  margin: 10px auto;
  padding: 10px 30px;
  border: solid 1px grey;
  border-collapse: collapse;
  color: #5B5B5B;
}

#contents{
  width: 100%;
  margin: 0;
  padding: 0;
}

.maincontent {
  width: 65%;
  padding: 5px;
  margin: 10px auto;
  float: left;
}
.secondcontent {
  width: 25%;
  float: right;
  padding: 10px;
  margin: 3.5em 0;
  background-color: #D86836;
  color: white;
}

.footer {
  width: 100%;
  clear: both;
  color: #D86836;
}

.current{
  border-bottom: solid 3px white;
  padding: 2px;
}

h1, h2, h3, h4 {
  font-family: Georgia, sans-serif;
}
body {
  font-family: Verdana, sans-serif;
}
h1 {
  padding-top: 10px;
  color: #D86836;
}
h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#navigation {
  font-family: Georgia, sans-serif;
  font-size: 100%;
  padding: 0px;
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  background-color: black;
  list-style-type: none;
}
#navigation ul li {
  display: inline;
  list-style-type: none;
  padding: 10px;
}
#navigation a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.textfield {
    position: absolute;
    left: 200px;
    width: 320px;
    height: 120px;
    display: inline;
}
