body#index {
  background-color: #708f85;
}

/* non-news {{{ */
#non-news, #non-news .wrapper {
  background-color: #ecedf5;
}

p#everything {
  margin: 0;
  padding: 35px 0 0 20px;
  font-size: 197%;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
  color: #006794;
}

div#description p {
  margin: 0;
  padding: 10px 0 10px 20px;
}

/* }}} */

/* promo {{{ */
div#promo {
  margin: 20px;
}

div#promo h2 {
  font-size: 15px;
  margin: 0 0 10px 0;
  width: 200px;
  border-bottom: 1px solid black;
}
div#promo td {
  vertical-align: top;
  text-align: left;
}
div#promo td.message {
  padding-left: 90px;
  background: transparent url('../../images/promo.png') no-repeat top left;
  height: 50px;
}
div#promo a.promo,
div#promo a.promo:visited {
  color: black;
  font-weight: bold;
}
/* }}} */

/* news {{{ */
div#news {
  margin: 20px;
}

div#news h2 {
  font-size: 15px;
  margin: 0 0 10px 0;
  width: 200px;
  border-bottom: 1px solid black;
}

div#news p {
  line-height: 13px;
  font-size: 12px;
}

div#news table td {
  vertical-align: top;
  padding-bottom: 5px;
}

div#news td.date {
  width: 80px;
}

div#news td.message span.title {
  font-weight: bold;
}

/* }}} */

/* orange {{{ */
div.orange {
  background: transparent url("../../images/rect/o-0-0.png") no-repeat top left;
}

div.orange div.content {
  margin-left: 10px;
  padding: 10px 15px 15px 5px;
  background: transparent url("../../images/rect/o-0-1.png") no-repeat top right;
}

div.orange div.foot {
  background: transparent url("../../images/rect/o-1-0.png") no-repeat bottom left;
  height: 10px;
  font-size: 0px;
}

div.orange div.foot div {
  height: 10px;
  margin-left: 10px;
  background: transparent url("../../images/rect/o-1-1.png") no-repeat bottom right;
  font-size: 0px;
}
/* }}} */

/* green {{{ */
div.green {
  background: transparent url("../../images/rect/g-0-0.png") no-repeat top left;
}

div.green div.content {
  margin-left: 10px;
  padding: 10px 15px 15px 5px;
  background: transparent url("../../images/rect/g-0-1.png") no-repeat top right;
}

div.green div.foot {
  background: transparent url("../../images/rect/g-1-0.png") no-repeat bottom left;
  height: 10px;
  font-size: 0px;
  line-height: 10px;
}

div.green div.foot div {
  height: 10px;
  margin-left: 10px;
  background: transparent url("../../images/rect/g-1-1.png") no-repeat bottom right;
  line-height: 10px;
  font-size: 0px;
}
/* }}} */


