HTML * {
  outline-color: #fa8112;
}

BODY {
  font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", "Sans Serif";
  font-size: 13px;
  background: #679866;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

::selection {
  background: #fa8112;
  color: #fff;
}

::-moz-selection {
  background: #fa8112;
  color: #fff;
}

IMG {
  border: 0px;
}

.page-container {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0px;
  min-width: 800px;
}

#header {
  background: #FFF;
  margin-bottom: 10px;
  min-width: 820px;
}

#header .page-container {
  padding-top: 20px;
}

#main-navigation {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 3em
}

#main-navigation LI {
  float: left;
  margin-right: 8px;
}

#main-navigation LI A {
  display: block;
  font-size: 175%;
  padding: 5px 15px;
  text-decoration: none;
  color: #679866;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

#main-navigation LI.selected A {
  background: #679866 url(../images/tab-bg.png) top left repeat-x;
  color: #FFF;
}

#main-navigation LI A:hover {
  text-decoration: underline;
}

#main-navigation LI.selected A {
  text-decoration: none;
  cursor: default;
}

#main-navigation LI A SPAN {
  margin: 0px;
  padding: 0px;
}

.question-text .anim {
  margin-left: -1px;
  font-size: 110%;
}

#content {
  background: #FFF url(../images/content-bg.png) top left repeat-x;
  clear: both;
  min-width: 820px;
}

#content .page-container {
  padding: 40px 0px;
  width: 750px;
  color: #666;
  line-height: 1.5em;
}

#content H1 {
  margin: 0px;
  padding: 0px;
  color: #fa8112;
  font-size: 150%;
}

#content H2 {
  margin: 0px;
  padding: 0px;
  font-size: 130%;
}

#content HR {
  border: 0px;
  height: 3px;
  background-color: #bed3be;
  margin: 20px 0px;
}

#content A {
  color: #679866;
}

#content A:hover {
  color: #fa8112;
}

.question-list, .answer-list {
  padding: 15px 0px;
  margin: 0px;
  margin-left: 35px;
}

.answer-list .question-text {
  color: #fa8112;
  font-weight: bold;
}

.answer {
  
}

.label {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
}

.label SPAN {
  color: #fa8112;
  font-weight: bold;
}

.info {
  font-size: 80%;
  color: #679866;
}

#order-form {
  padding-top: 20px;
}

#order-form INPUT[type=text], #order-form INPUT[type=file], #order-form TEXTAREA {
  width: 300px;
}

#order-form #numberOfPagesMore {
  width: 75px;
}

#estimator {
  color: #777;
}

#estimate {
  font-weight: bold;
  color: #000;
}

#sidebar {
  float: left;
  width: 255px;
  color: #679866;
  font-size: 120%;
  line-height: 1.8em;
}

#comic {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/home-page-comic.png) top center no-repeat;
}

#left-bar {
  margin-left: 75px;
  float: left; 
  width: 350px;
}

#left-bar LI SPAN {
  color: #BBB;
}

#right-bar {
  margin-left: 438px;
}

.box {
  padding-top: 14px;
  width: 290px;
  margin-bottom: 15px;
}

.box.green {
  background: url(../images/green-box.png) top left no-repeat;
}

.box.quote {
  padding-top: 34px;
  background: url(../images/quote-box.png) top left no-repeat;
}

.box.green .body {
  background: url(../images/green-box.png) bottom left no-repeat;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.box.quote .body {
  background: url(../images/quote-box.png) bottom left no-repeat;
  padding: 10px 35px;
  padding-top: 0px;
  padding-bottom: 14px;
  color: #000;
  font-size: 110%;
}

.box .head {
  margin-top: -15px;
}

.box .foot {
  text-align: right;
}

.box .cite {
  font-size:80%; 
  color:#EBB445;
}

#content-body {
  margin-left: 285px;
  width: 507px;
  min-height: 500px;
  background: url(../images/page-bg.png) top left no-repeat;
}

#content-padding {
  padding: 20px 25px;
}

#footer {
  background: url(../images/footer-bg.png) top left repeat-x;
  color: #2F4830;
  min-width: 820px;
}

#footer .page-container {
  font-size: 95%;
  padding: 25px 0px;
  text-align: center;
}

#footer A {
  color: #2F4830;
}

#footer-nav {
  color: #d3e1d3;
  margin-bottom: 15px;
}

#footer-nav A {
  color: #d3e1d3;
}

#footer-nav A:hover {
  color: #FFF;
}