body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
  padding: 40px 30px;
  margin: 0;
  color: #000;
  overflow: hidden;
}

em {
  font-style: normal;
  font-size: 140%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border-width: 0;
}

ul {
  margin: 0 0 0 15px;
  padding: 0;
}

ul li {
  list-style: none;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0;
  font-size: 10px;
}

ul li.selected,
ul li:hover {
  list-style: disc;
}

ul li a {
  font-size: 10px;
}

h1,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  letter-spacing: -0.5px;
  font-size: 21px;
  font-style: normal;
  margin-bottom: 20px;
}

h3 {
  font-size: 10px;
}

#header {
  position: absolute;
  top: 20px;
  left: 30px;
  height: 40px;
  width: 300px;
}

#sidebar {
  position: absolute;
  top: 80px;
  width: 175px;
  height: 460px;
}

#content {
  position: absolute;
  padding-right: 20px;
  margin-bottom: 20px;
  top: 0;
  left: 175px;
  width: 400px;
}

#photos {
  width: 800px;
  height: 550px;
  overflow: hidden;
}

#photos li {
  height: 470px;
  width: 800px;
  white-space: nowrap;
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
  padding: 80px 0 0px 0;
  margin: 0 0 0px 0;
}

#photos li img {
}
