#main_content ul {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}

#main_content li {
  clear: both;
}

#main_content ul a.box {
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
  width: 170px;
  height: 20px;
  padding: 5px;
  color: #fff;
  background: #053259;
  font-weight: bold;
}

#main_content a:hover {
  text-decoration: underline;
}

#main_content #photos {
  clear: both;
  width: 752px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}


#main_content #photos h1 {
  margin: 0px;
  margin-bottom: 10px;
}

#main_content #photos img {
  border: 1px solid #fff;
}


