#outer {
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  background-image:url('../images/header_repeat.png');
  background-repeat:repeat-x;
  background-position: top left;
  width:100%;
  text-align:center;
}
#inner {
    width:900px;
    margin:auto;
    position:relative;
}
/* Header */
#header {
  width:900px;
  position:absolute;
  top:0px;
  left:0px;
}
#header #header_content {
  text-align:left;
  overflow:hidden;
}
#header #header_content #getit {
  font-size:18px;
  font-weight:bold;
  color:white;
  position:absolute;
  top:2px;
  left:500px;
}
#header #header_content #logo {
  background-image:url('../images/logo.png');
  background-repeat:no-repeat;
  background-position: top left;
  height:138px;
  width:125px;
  float:left;
  margin-right:14px;
}
#header #header_content #header_text {
  margin-top:20px;
  margin-left:40px;
}
#header #header_content #header_text #headerText {
  font-size:36px;
  font-weight:bold;
  color:black;
  margin-bottom:4px;
}
#header #header_content #header_text p.text {
  font-size:14px;
  font-weight:bold;
  color:black;
  line-height:20px;
}

#content {
  padding-top:165px;
}


#content .question {
    text-align:left;
    padding:15px;
    background:#e7dfbe;
    border:2px solid #4c4020;
}

#content .question a {
    font-weight:bold;
    color:#3e321d;
}

#content .space {
   margin-top:15px;
}

#content .question h1 {
   font-weight:bold;
   font-size:18px;
}

#content .question p {
   font-size:11px;
    color:#b9be92;
    padding-top:5px;
}
#content .answer {
    display:block;
    background:#def5c7;
    border:2px solid #3c301c;
    padding:15px;
    font-size:18px;
    margin-top:15px;
    text-align:left;
    margin-left:25px;

}
#content .answer .sub {
    font-size:11px;
    color:#b9be92;
    padding-top:5px;
}

#footer {
    padding-top:15px;
    padding-bottom:15px;
    font-weight:bold;
}

#footer a {
    color:#000;
}

#links {
    padding:8px;
    font-size:18px;
}
#links a {
    color:#000;
}