  html {
    height: 100%;
  }

  img { border: 0; }

  body {
    background: url(../images/mountain-background.jpg) no-repeat 740px 0px;
    background-attachment: fixed;
    margin: 0px;
    font: 0.85em/1.7 Arial, sans-serif;
    color: #666;
    height: 100%;
  }
  
  h1, h2, h3, h4 {
    font-family: "Myriad Set", "Lucida Grande", Verdana, sans-serif;
    font-weight: 100;
    color: #947E4A;
    word-spacing: 3px;
    letter-spacing: -1px;
  }
        
  #page {
    width: 535px;
    margin-left: 200px;
    background-color: white;
  }

  h1 {
    margin: 0px;
    padding: 0px;
    color: #375F3B;
  }

  q {
      font-style: italic;
  }
  
  q:before {
      content: "\2018";
  }

  q:after {
      content: "\2019";
  }

  #content {
      padding-top: 130px;
      padding-bottom: 100px;
  }

  .section .section-contents {
    padding: 0px 20px 0px 40px;
  }
  
  .section h1 {
    padding-top: 45px;
  }

  a:link, a:hover, a:visited {
    color: #048;
    text-decoration: none;
    border-bottom: 1px dotted #048;
  }
  
  h2 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #947E4A;
    height: 1.2em;
  }

  h3 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    color: #947E4A;
    height: 1.3em;
  }
    
  .section p {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .section h2 a:link, .section h2 a:visited {
    color: #947E4A;
    text-decoration: none;
    border: 0px;
  }

  .section.projects ul {
    padding: 0px;
    margin: 0px;
    margin-top: -10px;
  }

  .section.projects ul li {
    margin-bottom: 5px;
  }
  
  #navigation {
    padding-bottom: 70px;
  }
        
  #navigation ul {
    list-style: none;
    margin: 0px 0px 35px 0px;
    padding: 0px;
    line-height: 200%;
  }
  
  #footer {
    padding-bottom: 25px;
    font-size: 0.8em;
    text-align: center;
    color: #999;
    line-height: 140%;
  }
  
  #footer p {
    padding: 0px;
    margin: 0px;
  }
  
  #footer a:link, #footer a:hover {
    color: #37a;
  }
  
  hr {
    color: white;
    background-color: white;
    width: 300px;
    height: 1px;
    border: 0px;
    border-bottom: 1px solid #947E4A;
    opacity: 0.5;
    margin: 20px auto 30px auto;
  }
  
  .code, code.block
  {
    display: block;
    width: 410px;
    padding: 10px;
    margin-left: 5px;
    white-space: pre;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: auto;
  }

  blockquote {
    margin-left: 10px;
    padding-left: 15px;
    margin-right: 20px;
    border-left: 5px solid #e0e0e0;
  }

  #sponsored-links-left {
    float: left;
    margin-left: 0px;
    margin-top: 200px;
  }

  #sponsored-links-middle {
    margin-top: 40px;
  }
  
  .section-about-me dt {
    width: 65px;
    margin-right: 10px;
    text-align: right;
    font-weight: bold;
    float: left;
  }
