#content_
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-top: 10px;
  background-image: url('../images/bg_content.png');
  background-repeat: repeat-x;
  background-color: #fff;
  vertical-align: top;
}

#content_ h1
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: #a11;
  text-align: center;
  border-bottom: 3px solid #efd4d4;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
}

#content_ p
{
  color: #444;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 150%;
}

#content_ h2
{
  font-size: 18px;
  font-weight: bold;
  color: #AA1111;
  text-align: right;
  border-bottom: 3px solid #efd4d4;
  font-size: 1.2em;
}

#content_ h3
{
  font-size: 18px;
  font-weight: bold;
  color: #AA1111;
  text-align: right;
  border-bottom: 3px solid #efd4d4;
  font-size: 1.0em;
}

#content_ a
{
  color: #a11;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.newshead
{
  font-size: 16px;
  font-weight: bold;
  color: #AA1111;
  text-align: left;
  border-bottom: 3px solid #AA1111;
  border: none;
  float: left;
  width: 70%;
}

.newsdate
{
  font-size: 12px;
  color: #686868;
  text-align: right;
}

#content_ td
{
  color: #444;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px; 
}


