body {
  background-color: #ccc;
  font-family: verdana, helvetica, arial;
  font-size: 11px;
  text-align: center;
}

a:link, a:visited {
    color: #f60;
    text-decoration: none;
}

a:hover, a:active {
    color: #930;
    text-decoration: none;
}

#navigation a {
  color: #555;
}

#navigation a:hover {
  color: #f60;
}

div#wrapper {
  width: 650px;
  text-align: left;
  margin: 50px auto;
}

div#left-column {
  width: 282px;
  float: left;
}

div#right-column {
  width: 300px;
  float: right;
}

div#photo {
  border: 1px solid #999;
}

div#photo div {
  border: 15px solid white;
}

ul#navigation {
  text-align: right;
  list-style: none;
  padding: 0;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}

.entry {
  color: #000;
}

.entry h2 {
  font-size: 11px;
  font-weight: bold;
  color: #888;
  margin: 5px 0;
}

.entry p {
  margin: 5px 0;
}

#footer {
  padding-top: 25px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}
