/* Template Layout */

body {
  margin: 0;
  background: #CCCCCC;
}

body, textarea, input, select, td, th {
  font-family: Arial, Helvetica, sans-serif;
}

.clear_float {
  clear: both;
}

h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #800000;
  font-weight: normal;
  font-style: italic;
}

#container {
  margin: 0 auto;
  width: 780px;
  border: 1px solid #000000;
  background: #FFFFFF;
}

#header {
  display: block;
  border-top: 2px solid #000000;
  border-bottom: 3px solid #000000;
}
#header img {
  border: 0;
}

#subheader {
  margin: 7px 0;
  padding: 2px;
  width: 776px;
  background: #000000;
  color: #FFFFFF;
  font-size: 12px;
}
#subheader p {
  margin: 0;
}
#subheader p.left {
  float: left;
}
#subheader p.middle {
  text-align: center;
}
#subheader p.right {
  float: right;
}

#red_bg {
  width: 780px;
  background: #800000 url(/images/bg.jpg);
  border-top: 1px solid #000000;
  position: relative;
}

#content {
  padding: 10px;
  width: 478px;
  float: left;
  background: #FFFFFF;
  font-size: 12px;
  color: #000000;
}
#content p {
  margin: 0 0 12px 0;
}
#content a {
  color: #800000;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}

#top_stories {
  width: 140px;
  float: right;
}
#top_stories h3 {
  margin: 0;
  padding: 3px 5px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
}
#top_stories p {
  margin: 10px;
  padding: 0 0 10px 0;
  font-size: 11px;
  color: #FFFFFF;
  border-bottom: 1px dotted #CCCCCC;
}
#top_stories a {
  color: #FFFFFF;
  text-decoration: underline;
}
#top_stories a.title {
  font-weight: bold;
}

#footer {
  width: 780px;
  margin: 0 auto;
}
#footer p {
  margin: 5px 0;
  font-size: 11px;
  color: #000000;
  text-align: center;
}
#footer a {
  color: #000000;
}
