body {
  background-color: #eae6dd;
  margin: 0px;
}

h1 {
  font-family: sans-serif;
  font-weight: 200;
  color: #3b75a8;
  margin-top: 0px;

}

h2 {
  font-family: sans-serif;
  font-weight: 300;
  color: #66ad63;
}

#h2top {
  margin-top: 0px;
}

h3 {
  font-family: sans-serif;
  font-weight: 300;
  color: #ad8647;
  font-style: italic;
}

p {
  font-family: sans-serif;
  font-weight: 100;
}

a {
  font-family: sans-serif;
  font-weight: 100;
}

ul,
ol {
  font-family: sans-serif;
  font-weight: 100;
}

#wrapper {
  width: 1200px;
  margin: auto;
  background-color: whitesmoke;


}

#siteid {
  height: 200px;
  background-image: url(desk.jpeg);
  background-position: center;
  background-size: cover;

}

#siteidtypo {
  text-align: center;
  line-height: 200px;
  font-size: 100px;
}

.content {
  background-color: whitesmoke;
  padding: 20px;

}

.topnav {
  width: 1200px;
  height: 50px;
  background-color: #3b75a8;
}

.topnav a {
  font-family: sans-serif;
  color: #eae6dd;
  font-weight: 600;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.topnav a.active {
  background-color: whitesmoke;
  color: #3b75a8;

}

.topnav a:hover {
  background-color: whitesmoke;
  color: #3b75a8;
}

#footer {
  width: 100%;
  height: 100px;
  background-color: #3b75a8;
  text-align: center;
  line-height: 100px;
}

#footer p {
  color: whitesmoke;
  font-weight: 600;
}

.section {
  width: 800px;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 16px;
}

.aside {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
