html { height: 100%; }
body {
  height: 100%;
  background-repeat: repeat;
  background-image: url(./images/background.png);
  background-position: center;
  margin: 0px;
  padding: 0px;
}
#body_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: white;
  min-height: 100%;
  padding-bottom: 10px;
  width: 960px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}
#sidebar_divider {
  float: right;
  background: url(./images/sidebar.png) repeat-y 50% 0;
}
p { margin-bottom: 18px; }
a:link {
  color: black;
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: black;
  color: inherit;
  text-decoration: inherit;
}
hr {
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: auto;
  margin-top: 10px;
  border-left-width: 0;
  border-bottom-width: 0px;
  border-right-width: 0;
  border-top-width: 1px;
  color: white;
  border-color: #b9b9b9;
  border-left: 0 none;
  border-right: 0 none;
  border-style: solid none;
  text-align: left;
}
hr.double {
  border-style: double;
  border-top-width: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.small_header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 8px;
  margin-top: 7px;
  line-height: 120%;
}
.small_header a:hover { text-decoration: underline; }
.small_header.small { font-size: 11px; }
.small_header.noaccent { font-weight: normal; }
.divider {
  padding-right: 26px;
  width: 100%;
  margin-left: -6px;
  height: 7px;
  background-image: url(./images/divider.png);
}
.news_text { color: #ee9100; }
.ae_text { color: #ff3c11; }
.sports_text { color: #10df00; }
.opinion_text { color: #1b8aff; }
.backpage_text { color: #ac34ff; }
.feature_text { color: #ffff00; }
.news_darkaccent { color: #e46f07; }
.ae_darkaccent { color: #d73121; }
.sports_darkaccent { color: #26c413; }
.opinion_darkaccent { color: #236ddd; }
.backpage_darkaccent { color: #7d64cd; }
.feature_darkaccent { color: #cfbf04; }

