body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #f3f3f3;
}

@font-face {
  font-family: 'Quicksand Light';
  src: url('../fnt/Quicksand Light.otf')
       format('opentype');
}

@font-face {
  font-family: 'Quicksand Book';
  src: url('../fnt/Quicksand Book.otf')
       format('opentype');
}

@font-face {
  font-family: 'Quicksand Bold';
  src: url('../fnt/Quicksand Bold.otf')
       format('opentype');
}

h2, h3, h4, h5, h6 {
  font-family: Quicksand Bold;
  text-shadow: 1px 1px 1px #ea7a1e;
  color: #ffcd8b;
}

p {
  margin: 0 0 10px 0;
  line-height: 24px;
}

p#notice {
  margin: 0 0 25px 0;
  padding: 5px;
  display: none;
  background: #f8892f;
  border-bottom: 1px solid #e37215;
}

a:link, a:visited {
  text-decoration: none;
  color: #f58220;
}

a:hover {
  color: #d17527;
}

.clear {
  clear: both;
}

#log-in,
#log-in:visited {
  float: right;
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  line-height: 1em;
  color: #ffffff;
  background-color: #222222;
  background-image: url('../img/button-overlay.png');
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

  #log-in:hover {
    background-color: #111111;
    color: #ffffff;
  }

  #log-in:active {
    top: 1px;
    text-shadow: 0 1px -1px rgba(0, 0, 0, 0.25);
  }

  #log-in span {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -5000em;
    background-image: url('../img/rw.png');
    background-repeat: no-repeat;
    background-position: top left;
  }

#navigation {
  margin: 15px 0 0 0;
  height: 65px;
  background-image: url('../img/bg-navigation.jpg');
  background-position: middle left;
  background-repeat: repeat-x;
}

  #navigation .content {
    margin: 0 auto;
    width: 900px;
  }

    #container .content a:link, #container .content a:visited {
      text-decoration: underline;
      color: #ffffff;
    }

    #container .content a:hover {
      text-decoration: none;
    }

    #navigation .content h1 {
      float: left;
      margin: -8px 0 0 0;
      width: 330px;
      height: 65px;
      text-indent: -5000em;
      background-image: url('../img/logo.jpg');
      background-position: top left;
      background-repeat: no-repeat;
    }

    #navigation .content ul {
      float: right;
      margin: 13px 0 0 0;
      padding: 0;
      list-style: none;
    }

      #navigation .content ul li {
        display: inline;
        margin: 0 5px;
        color: #424242;
      }

        #navigation .content ul li a:link,
        #navigation .content ul li a:visited {
          font-family: Arial, sans-serif;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          text-shadow: 1px 1px 1px #272727;
          color: #6c6c6c;
        }

        #navigation .content ul li a:hover,
        #navigation .content ul li a.selected {
          color: #f58220;
        }

#container {
  margin: 25px auto;
  width: 900px;
}

  #container .content {
    margin: 0 0 25px 0;
    padding: 25px;
    min-height: 250px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #c66725;
    color: #ffffff;
    background-color: #f68121;
    background-image: url('../img/bg-container.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
  }

    #container .content h2 {
      font-size: 20px;
    }

      #container .content h2.build {
        padding: 10px 0 0 0;
        height: 45px;
        text-indent: 60px;
        background-image: url('../img/small-build.png');
        background-position: top left;
        background-repeat: no-repeat;
      }

      #container .content h2.connect {
        padding: 15px 0 0 0;
        height: 45px;
        text-indent: 60px;
        background-image: url('../img/small-connect.png');
        background-position: top left;
        background-repeat: no-repeat;
      }

      #container .content h2.send {
        padding: 15px 0 0 0;
        height: 45px;
        text-indent: 60px;
        background-image: url('../img/small-send.png');
        background-position: top left;
        background-repeat: no-repeat;
      }

      #container .content h2.post {
        padding: 15px 0 0 0;
        height: 45px;
        text-indent: 60px;
        background-image: url('../img/small-post.png');
        background-position: top left;
        background-repeat: no-repeat;
      }

    #container .content h3 {
      font-size: 16px;
    }

    #container .content p {
      margin: 10px 0;
      font-size: 16px;
    }

    #container .content #questions {
      float: left;
      width: 400px;
      border-right: 1px solid #fb943f;
    }

      #container .content #questions a:link,
      #container .content #questions a:visited {
        text-decoration: none;
        color: #ffcd6f;
      }

      #container .content #questions a:hover {
        color: #fddea5;
      }

    #container .content #answers {
      float: right;
      width: 425px;
    }

      #container .content #answers p {
        margin: 0 0 10px 0;
        font-family: Quicksand Book;
        font-size: 16px;
      }

      #container .content #answers img {
        margin: -50px 0 0 50px;
        padding: 0;
      }

      #container .content #answers .answer {
        display: none;
      }

    #container .content ul {
    }

      #container .content ul li {
        font-size: 16px;
      }

    #container .content form {
    }

      #container .content form fieldset {
        padding: 0;
        border: 0;
      }

        #container .content form fieldset ol {
          margin: 0;
          padding: 0;
          list-style: none;
        }

          #container .content form fieldset ol li label {
            display: inline-block;
            vertical-align: top;
            width: 150px;
          }

          #container .content form fieldset ol li input,
          #container .content form fieldset ol li textarea {
            padding: 2px;
            border: 1px solid #a74b24;
          }

          #container .content form fieldset ol li textarea {
            width: 500px;
            height: 150px;
          }

          #container .content form fieldset ol li input#submit {
            background: #a74b24;
            border: 1px solid #ca6321;
            color: #ffffff;
          }

  #container #explanation {
  }

    #container #explanation h3 {
      font-size: 18px;
      text-shadow: 0px 0px 0px #ffffff;
      color: #f58220;
    }

    #container #explanation #uno,
    #container #explanation #dos,
    #container #explanation #tres {
      float: left;
      margin: 0 10px;
      padding: 5px 10px 5px 5px;
      width: 260px;
    }

      #container #explanation #uno h3,
      #container #explanation #dos h3,
      #container #explanation #tres h3 {
        margin: 0;
        padding: 0;
      }

    #container #explanation #uno {
      padding: 0;
      background: #373737;
    }

      #container #explanation #uno h3 {
        padding: 10px;
        text-align: center;
        color: #ffffff;
        background: #2d2d2d;
        border-bottom: 1px solid #484848;
      }

        #container #explanation #uno ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }

          #container #explanation #uno ul li {
            margin: 10px 10px 10px 0;
            padding: 0 45px 0 10px;
          }

            #container #explanation #uno ul li.build {
              height: 50px;
              background-image: url('../img/small-build.png');
              background-repeat: no-repeat;
              background-position: top right;
            }

            #container #explanation #uno ul li.connect {
              height: 50px;
              background-image: url('../img/small-connect.png');
              background-repeat: no-repeat;
              background-position: top right;
            }

            #container #explanation #uno ul li.send {
              height: 60px;
              background-image: url('../img/small-send.png');
              background-repeat: no-repeat;
              background-position: top right;
            }

            #container #explanation #uno ul li.post {
              height: 55px;
              background-image: url('../img/small-post.png');
              background-repeat: no-repeat;
              background-position: top right;
            }

            #container #explanation #uno ul li h4 {
              margin: 0 0 5px 0;
              font-size: 18px;
              text-shadow: 0px 0px 0px;
              color: #f58220;
              background-position: top left;
              background-repeat: no-repeat;
            }

            #container #explanation #uno ul li p {
              margin: 0;
              color: #dddddd;
            }

    #container #explanation #dos {
      width: 280px;
      border-right: 1px solid #dddddd;
    }

      #container #explanation #dos h3 {
        margin: 0 0 10px 0;
        text-align: center;
      }

      #container #explanation #dos p {
        line-height: 16px;
      }

    #container #explanation #tres {
    }

      #container #explanation #tres h3 {
        margin: 0 0 10px 0;
        text-align: center;
        background: #f3f3f3;
      }

#footer {
  background: #2d2d2d;
  width: 100%;
}

  #footer .content {
    margin: 0 auto;
    padding: 25px 0;
    width: 900px;
  }

    #footer .content ul {
      list-style: none;
    }

      #footer .content ul li {
        margin: 0 50px;
        display: inline;
        color: #eeeeee;
      }
