body {
  background-color: #F4F4F4;
  font-family: 'GothamHTF-Book';
}
#header {
  height: 71px;
  position: relative;
  width: 100%;
  min-width: 860px;
  background: #5392cf url('/assets/images/splashHeadBg.png');
}

#header h1 {
  display: block;
  height: 38px;
  width: 221px;
  background: transparent url('/assets/images/splashHeadLogo.png');
  text-indent: -9999px;
  position: relative;
  top: 16px;
  float: left;
}

#header h2 {
  float: right;
  color: #c6deee;
  font-size: 20px;
  margin-right: 61px;
  margin-top: 33px;
  text-shadow: 0px -1px 1px #355C7D;
}

.login_link {
  right: -7px;
  background-color: white;
  padding: 5px 50px 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #020202 !important;
  font-size: 11px;
  text-transform: uppercase;
  top: 3px;
  box-shadow: 0px 1px 2px #000;
  position: fixed;
}

ul li {
  display: block;
}
h1 {
  color: #655F52;
  font-size: 42px;
  letter-spacing: -3px;
  text-shadow: 0px 1px 0px white;
}

.faq h1 {
  display: inline-block;
  margin-right: 20px;
}

.faq {
  background: #F4F4F4 url('/images/swan.png') no-repeat bottom left;
  background-attachment:fixed;
}

.question {
  margin-bottom: 30px;
}

#main_wrap {
  width: 900px;
  margin: 0px auto;
  padding: 20px;
}
.question {
  display: block;
  font-size: 30px;
  font-style: italic;
  text-shadow: 0px 1px 0px white;
  line-height: 44px;
  margin-top: 30px;
}

.answer {
  font-size: 17px;
  margin-top: 10px;
  background-color: #E5E5E5;
  border: solid 1px white;
  padding: 20px 10px;
  line-height: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #777777;
  text-shadow: 0px 1px 0px white;
}

#header .inner {
  width: 900px;
  margin: 0px auto;
}