div.content_container
 {
  position: relative;
  z-index: 1;
  width: 750px;
  min-height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  background: url('images/content_background.png');
 }

div.content_header
 {
  position: relative;
  width: 575px;
  height: 25px;
  background: url('images/content_header.png');
 }

div.content_header span
 {
  position: absolute;
  top: -14px;
  width: 575px;
  height: 25px;
  text-align: center;
  font-family: impact;
  font-size: 20px;
  color: #444444;
 }

div.content
 {
  position: relative;
  width: 555px;
  background: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 12px;
  color: #555555;
 }

p.edit_post, p.edit_post a:link, p.edit_post a:visited, p.edit_post a:active, p.edit_post a:hover
 {
  margin: 0px;
  font-family: MS Sans Serif,Geneva;
  font-size: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #555555;
 }

div.content_footer
 {
  width: 575px;
  height: 25px;
  background: url('images/content_footer.png');
 }