body {
  background-color: #fffee4;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  color: #404834;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}

html, body {
  min-height: 100.1%;
}

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

a:hover {
  text-decoration: underline;
  color: #404834;
}

h1 {
  float: left;
  clear: left;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
  color: #404834;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
}
	
h1 a {
  text-decoration: none;
  color: #404834;
}

h1 a:hover {
  text-decoration: underline;
  color: #404834;
}

h2 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #404834;
  text-align: center;
}
	
h2 a {
  text-decoration: none;
  color: #404834;
}

h2 a:hover {
  text-decoration: none;
  color: #404834;
}

h3 {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  color: #404834;
  text-align: center;
}

#navigation {
  background: #9fb281;
  border-bottom: 1px solid #404834;
  padding: 5px;
  height: 15px;
  margin-bottom: 20px;
}

.menu {
  float: right;
  clear: right;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

.menu a {
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #404834;
}
		
.menu a:hover {
  text-decoration: underline;
  color: #404834;
}

#page {
  background: #eaf2c2;
  border: 1px solid #404834;
  padding: 20px;
  text-align: left;
  width: 65%;
  margin: 0px auto;
  margin-bottom: 25px;
  line-height: 16px;
}

#page a {
  font-weight: bold;
}

#page img {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #404834;
}

.column{
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}

#footer {
  text-align: center;
  margin-bottom: 20px;
}

