body {
  background-color: #333b45;
  
  font-family: "Gill Sans", "Segoe UI", Segoe, Calibri, sans;
  
  color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", "Segoe UI", Segoe, Calibri, sans;
  font-weight: normal; 
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}
h5 {
  /*font-size: 16px;*/
  line-height: 18px;
}

#toprow {
  margin-top: 20px;
  margin-bottom: 5px;
}

ul {
  list-style-type: none;
}

#topgradient {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
  background-image: linear-gradient(bottom, #333b45 0%, #313843 25%, #2c313d 63%, #242433 100%);
  background-image: -webkit-linear-gradient(bottom, #333b45 0%, #313843 25%, #2c313d 63%, #242433 100%);
  background-image: -moz-linear-gradient(bottom, #333b45 0%, #313843 25%, #2c313d 63%, #242433 100%);
  background-image: -ms-linear-gradient(bottom, #333b45 0%, #313843 25%, #2c313d 63%, #242433 100%);
}

#nav {
  height: 300px;
}

li.selected > a {
  color: #888;
}

#pageinfo > div {
  display: none;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.63);
  width: 84%;
}

#picbox > div {
  display: none;
}
#picbox .threepics img {
  margin-right: 9px;
  margin-bottom: 9px;
}