body {
  margin: 0;
  background-color: #111;
  font-family: 'Gil Sans', 'Gil Sans MT', 'Gil Sans MT Condensed', sans-serif;
  color: #17325b;
  font-size: .9em;
}

h1 {
  background-color: #17325b;
  color: #fff;
  padding: 10px 20px;
  font-size: 1em;
  clear: both;
}
p {
  padding: 0 10px;
  line-height: 22px;
}

img {
  border: none;
  margin: 0;
}

a, a:active, a:visited {
  color: #f00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#main {
  background-color: #fff;
  margin: auto;
  width: 780px;
  padding: 5px;
}

#header {
  text-align: center;
  background-color: #17325b;
  padding: 5px 0;
  margin-bottom: 1px;
}

#menu {
  text-align: center;
  background-color: #17325b;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 22px 8px 21px;
}

#menu a:hover, #menu a.active {
  background-color: #111;
  color: #f00;
}


/* CONTENT STYLES */

#content {
  background: none;
  background-repeat: no-repeat;
  background-position: center top;
}

div.story {
  float: left;
}

div.center {
  text-align: center;
}

div.highlight {
  float: left;
  width: 350px;
  height: 118px;
  background-image: url('gfx/highlight_bg.gif');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #969792;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 4px;
}

div.highlight img {
  float: left;
}
div.highlight h2, div.highlight h2 a {
  float: left;
  font-size: 10px;
  color: #17325b;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
  margin: 0;
  margin-top: 5px;
}
div.highlight p {
  float: left;
  width: 180px;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  line-height: 16px;
}

div.highlight2 {
  float: right;
  font-size: 10px;
  width: 340px;
  height: 260px;
  background-image: url('gfx/highlight_bg.gif');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #969792;
  margin-bottom: 5px;
  margin-top: 4px;
}

div.highlight2 img {
  float: right;
}
div.highlight2 h2, div.highlight2 h2 a {
  float: center;
  font-size: 10px;
  color: #17325b;
  text-decoration: none;
  text-transform: uppercase;
  width: 217px;
  margin-left: 10px;
  margin-top: 5px;
    }
div.highlight2 p {
  float: center;
  width: 217px;
  color: #fff;
  padding: 0;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 13px;
}

/* Photo's */
#photos .photo {
  float: left;
  width: 380px;
  margin: 0 3px 6px 3px;
  border: 1px solid #17325b;
}

#photos .photo .title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#photos .photo .main {
  margin: 0 2px;
}

#photos .photo .extra img {
  cursor: pointer;
}

#photos .photo .extra, #photos .photo .description {
  margin: 10px;
}

#photos .photo .description th {
  text-align: left;
}

#footer {
  color: #ccc;
  background-color: #4e4e4e;
  font-size: 11px;
  padding: 2px 0;
  text-align: center;
  margin-top: 10px;
}

#newsLetter li {
  line-height: 35px;
  font-size: 1.2em;
  background-color: #FFFFFF;
  float: left;
  width: 200px;
  margin-top: 18px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  list-style-type: none;
  padding: 10px;
  font-weight: bold;
}
