.archive_header
{
  /*background: #bfbfbf url(../template_files/imgs/archive_header.jpg) no-repeat fixed 0 20px;*/
  width: 650px; 
  height: 50px;
  margin: 0 0 0 150px; 
  padding: 0 0 0 20px;
  border-bottom: 1px dashed #bfbfbf;

}

.archive_header h1
{
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  /*background-color: #bfbfbf; */
  font-style: italic;
  font-size: 10pt;
}

.archive_header p
{
  font-style: italic;
  font-size: 8pt;
}

#content
{
  padding-top: 25px;
}