body {
  background: #d9d6aa;  
  color: #333228; 
  font-size: 16px;
  padding: 20px;
}

.container {
  background: #ffffff;
  border: 1px solid #784e1a;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

h1, h2, h3 {
  font-family: 'Rockwell', 'Trebuchet MS', 'Trebuchet', 'Arial', sans-serif; 
  text-color: rgb(53, 56, 59);
}

.header {
  text-align: center;
}

.header img {
  width: 600px;
}

#side_nav img {
  width: 125px;
}

a {
  text-decoration: none;
  color: rgb(10, 0, 53);
}

a:link {
}

a:visited {
}

a:hover {
  text-decoration: underline;
}

a:active {
}

#footer {
  text-align: right;
  font-size: 70%;
}

#nav {
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238); 
  padding: 1px;
  text-align: center;
}

.service-name {
  font-weight: bold;
}

.recent {
  min-height: 480px;
}

.gist {
  font-size: 80%;
}
