/* DEACON OF DEATH */

body {
  margin:0;
  color:#eee;
  background-color:#000;
}
#printtitle {
  display:none;
}
#main {
  width:1000px;
  margin:20px auto;
}
#menu {
  color:#666;
  font-size:23px;
  font-weight:bold;
  padding:10px 0;
  text-align:left;
  font-family:sans-serif;
  /*border-bottom:2px solid #333;*/
}
#menu a {
  padding: 0 4px;
  color:#e4d3be;
  text-decoration:none;
}
#menu a:hover {
  text-decoration:underline;
  color:#fff;
}
p {
  max-width:600px;
}
.content {
  float:left;
}
#content {
  margin:5px 0;
  padding:20px;
  background-color:#e4d3be;
  color:#111;
}
#homeborder {
  height:2px;
  background-color:#333;
}

.photoalbum {
  float:left;
  width:260px;
  margin-right:40px;
}

.photoalbum .photo {
  margin-bottom:20px;
  float:left;
}

