body {
  background-color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12;
}

h1 {
  margin: 0;
  text-align: center;
  font-size: 24;
}

h2 {
  margin: 0;
  text-align: left;
  font-size: 16;
  color: green;
  margin-top: 100px;
}

h3 {
  margin-bottom: 10;
  text-align: left;
  font-size: 16;
  color: white;
}

#container {
  background-color: black;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 20px;
  }

#header {
  background-color: black;
  color: black;
  text-align: center;
  padding: 10px;
}

#content {
  padding: 5px;
  padding-bottom: 500px;
}

#nav {
  width: 110px;
  float: left;
  padding: 10px;
  line-height: 1.9;
}

#nav a {
  text-decoration: none;
  color: white;
}

#nav span {
  text-decoration: none;
  color: white;
}

#nav ul {
  list-style-type: green, disc;
  text-align: left;
  color: green;
  margin-left: -20px;
}

#nav .photolist {
  list-style-type: circle;
  decoration-color: white;
  text-align: left;
  color: green;
  margin-left: -20px;
}

#nav .selected {
  font-weight: bold;
  font-size: 13;
  color: gray;
}

#main {
  width: 750px;
  float: right;
  text-align: center;
  padding-top: 15;
}

#main a {
  text-decoration: underline;
  color: white;
}

#footer {
  clear: both;
  padding: 10px;
  background-color: black;
  text-align: center;
  color: gray;
}

#juicebox-container {
  padding: 0;
  margin: 0;
}
