body {
  background: #b1b6ba url(/images/body-bg.jpg) repeat-x;
  font: .7em/2.0em Georgia, "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, times, "Times New Roman", sans-serif;
  color: #fff; }

label {
  display: block; }

li {
  margin-left: 15px; }

#header {
  background: #dbc259 url(/images/header-top.jpg) no-repeat;
  background-position: top;
  width: 936px;
  margin: auto;
  padding-top: 40px; }

#middle_banner {
  margin: auto;
  background: #333 url(/images/middle_banner.png) no-repeat;
  height: 66px;
  width: 936px; }

table.head {
  margin-left: 15px;
  margin-right: 15px; }

td.about {
  padding-left: 25px; }
  td.about h1 {
    color: #165a7d; }
  td.about p {
    font-size: 1.4em;
    line-height: 1.3em;
    color: #333; }

#content {
  background: #fff url(/images/body-bottom.jpg) no-repeat;
  background-position: bottom;
  margin: auto;
  color: #555;
  width: 916px;
  margin-top: 0px;
  padding: 10px;
  font-size: 1.2em;
  text-align: left; }
  #content h1 {
    color: #af9112; }

#question {
  font-size: 1.5em;
  color: #165a7d;
  margin-bottom: 10px; }

.answer {
  font-size: 1.3em;
  color: #165a7d;
  line-height: 1.3em; }

.features {
  line-height: 1.5em; }
  .features .reader_header {
    padding-left: 5px; }
  .features .for_authors {
    padding-left: 10px;
    padding-right: 5px;
    border-right: 2px solid;
    border-color: #af9112;
    vertical-align: top; }
  .features .for_readers {
    vertical-align: top;
    padding-left: 15px; }
  .features .tell_friend {
    vertical-align: top;
    padding-left: 15px; }

#flash {
  text-align: center;
  font-size: 1.3em;
  padding: 5px;
  width: 916px; }

#registration {
  margin-top: 15px;
  color: #165a7d; }
  #registration label {
    font-size: 1.4em; }
  #registration .email_box {
    border-style: solid;
    border-color: #af9112;
    border-width: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px; }

#invite {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 20px; }
  #invite textarea {
    width: 500px;
    height: 180px; }

.privacy {
  font-size: .8em;
  line-height: 1.2em;
  padding-top: 10px;
  color: #555;
  padding-right: 40px; }

.button {
  cursor: pointer;
  border-style: solid;
  border-color: #af9112;
  border-width: 1px;
  padding: 2px;
  margin-top: 5px; }
  .button:hover {
    color: #165a7d; }

.features {
  font-size: 1.3em; }

.small {
  color: #555; }

#share a.link {
  text-decoration: none;
  color: #555; }
  #share a.link:hover {
    background: #000;
    color: #fff; }

#footer {
  width: 916px;
  color: #165a7d;
  margin: auto; }
  #footer .footer_right {
    float: right;
    padding-right: 15px; }
