body {
  font-family: Helvetica, Arial, sans-serif;
  background: url("../images/birds_line.jpg");
  background-repeat: repeat;
  font-size: 14px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

a:link {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style:italic;
  text-decoration: none;
  padding:3px;
  border-bottom: 1px dotted #fff;
}
a:visited {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style:italic;
  text-decoration: none;
  padding:3px;
  border-bottom: 1px dotted #fff;
}
a:hover {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style:italic;
  text-decoration: none;
  padding:3px;
  border-bottom:none;
}
a:active {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style:italic;
  text-decoration: none;
  padding:3px;
  border-bottom: 1px dotted #fff;
}

#albums {
  padding-left: 150px;
  padding-top: 80px;
  padding-bottom: 5px;
  width: 100%;
  overflow: auto;
  height: auto;
}
  #albums .video {
    width: 725px;
  }
    .video div { width: 100%; margin: 0 55px; }

#header {
  position: fixed;
  font-family: Helvetica, Arial, sans-serif;
  top: 40px;
  left: 160px;
  color: #fff;
  padding: 10px 6px 10px 10px;
  background-color: #111;
  width: 725px;
}
  #header #navigation {
    float: right;
    margin-top: 5px;
    font-size: small;
  }
    .ie #header #navigation {
      font-size: 75%;
    }
    #header #navigation #about {
      display: inline-block;
      margin: 0 5px 0 0px;
    }
    #header #navigation .navigation_items {
      display: inline-block;
      margin: 0 5px;
    }

h1 {
  margin: 15px 0 5px 10px;
  font-size: 24px;
  font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
  padding: 10px 3px 7px 0px;
  color: inherit;
  width: 350px;
  line-height: 1.15em;
  border-bottom: 1px dotted #fff;
}
  .video h1 { width: 100%; }

h2 {
  font-size: 125%;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 110%;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

p {
  margin: 1em 0;
  margin-top: 0;
  line-height: 1.5em;
  width: 350px;
  color: inherit;
  text-align: justify;
}
  .video p {
    width: 640px;
    font-size: 1.2em;
  }
  div#sound_container {
    width: 200px;
    float: left;
    margin-left: 30px;
    margin-top: 0.5em;
  }
    div#sound_container h2 {
      margin-bottom: 5px;
      font-size: 16px;
      font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;    }
    div#sound_container h4 {
      margin-top:     0.25em;
      margin-bottom:  1.375em;
    }
    div#sound_container p {
      margin: 5px 0;
    }
#albums img {
  display: block;
  padding: 2px;
  background-color:#fff;
}