html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #666666;
  text-align: justify; }

body {
  width: 40em;
  margin: 0 auto;
  padding: 0 1em;
  border-left: 0.1em solid #999999;
  border-right: 0.1em solid #999999; }

a {
  color: #333333;
  font-weight: bold; }
  a:visited {
    color: #555555; }
  a:hover {
    color: #cccccc;
    background: #666666;
    text-decoration: none; }

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0.5em; }

h1 {
  size: 2em;
  color: #333333; }

h2 {
  size: 1.5em;
  color: #444444; }

h3 {
  size: 1.2em;
  color: #555555; }

#photo_wes {
  float: right;
  padding: 0.5em;
  border: 0.1em solid #666666;
  background: #dddddd;
  margin: 1em;
  margin-top: 0;
  margin-right: 0; }
  #photo_wes img {
    width: 14em;
    margin: 0;
    border: 0.1em solid #666666; }

p#mission {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0; }

div#twitter_div {
  border-top: 0.1em solid #999999;
  font-size: 0.8em; }
  div#twitter_div h2 {
    font-size: 1.1em; }

#copyright {
  margin-top: 20px;
  font-size: 0.9em;
  text-align: center; }

