body {
  height: 101%;
  background: #8f5902;
  /*
  font-family: DejaVu Serif, Bitstream Vera Serif, Times New Roman, serif;
  */
  font-family: serif;
  margin: 0px;
  padding: 0px;
}
#page {
  width: 862px;
  height: 100%;
  margin: 0px auto;
  padding: 0px 23px;
}
#header {
  width: 862px;
  height: 139px;
  background: #8f5902 url(imgs/header.png) no-repeat top right;
}
#header-10021 {
  width: 862px;
  height: 139px;
  background: #8f5902 url(imgs/header-10021.png) no-repeat top right;
}

#footer {
  width: 597px;
  height: 120px;
  background: #8f5902 url(imgs/footer.png) no-repeat top left;
  padding-left: 265px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #F2F2F2;
}
#footer #copyright {
  width: 505px;
  padding-top: 30px;
}
#footer a {
  color: #F2F2F2;
  text-decoration: none;
}
#footer a:hover {
  color: #F57900;
}

#main {
  background: #FFF url(imgs/main_bg.png) repeat-y top left;
  width: 843px;
  padding-left: 19px;
  height: 100%;
}

#menu {
  float: left;
  width: 200px;
  height: 100%;
  color: #8f5902;
}


#content {
  margin-left: 200px;
  width: 600px;
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 100px;
}

#content a {
  color: #F57900;
}

#content a:hover {
  color: #8F5902;
}
#content ul {
  padding-left: 15px;
}
#content ul li {
  list-style-type: none;
}
#content ul li:before {
  content: "\00BB \0020";
  color: #8F5902;
}

.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a img {
  border: 0px;
}

div.papayaImage {
  line-height: 1em;
}
div.papayaImageSubtitle {
  line-height: 1em;
  border: 0px solid #CCC;
  background: #EEEEEC;
  color: #F57900;
  font-size: 10px;
  text-align: right;
  font-family: DejaVu Sans, Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  margin: 0;
}

/* content, topic and category */

#content .contentSubtitle {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 15px;
}

#content .topic {
  padding-left: 65px;
  padding-top: 25px;
}
#content .subTopics {
  padding-left: 65px;
  padding-top: 25px;
  float: left;
}

#content .subTopics .subTopic {
  padding-bottom: 25px;
}

#content .subTopics .subTopic .subTopicImage {
  float: right;
  margin-left: 10px;
}

#sidemarks {
  width: 90px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  position: relative;
  top: 139px;
  right: -71px;
  float: right;
  background: url(./imgs/promo_bg.png);
}
#sidemarks .sidemark_content {
  padding: 5px 5px 10px 10px;
  color: #555753;
  font-size: 8px;
  font-family: DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
  background: url(./imgs/promo_bottom.png) bottom left no-repeat;
  line-height: 2em;
}
#sidemarks a {
  text-decoration: none;
  border: 0px;
  color: #555753;
}
