div#main_container
 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 800px;
  background: url('images/content_background.png');
 }

span#content_container
 {
  display: inline-block;
  vertical-align: top;
  margin-left: 28px;
  margin-right: 10px;
 }


span.container
 {
  display: block;
  height: 25px;
 }

span.content_header_topleft
 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('images/content_header_topleft.png');
 }

span.content_header_title
 {
  display: inline-block;
  width: 530px;
  height: 25px;
  line-height: 0px;
  vertical-align: top;
  text-align: center;
  font-family: impact;
  font-size: 20px;
  color: #444444;
  background: #EEEEEE;
 }

span.content_header_topright
 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('images/content_header_topright.png');
 }


span.content
 {
  display: block;
  position: relative; 
  padding-left: 10px;
  padding-right: 10px;
  width: 560px;
  background: #eeeeee;
  font-family: verdana;
  font-size: 12px;
  color: #555555;
  overflow: hidden;
  margin: 0px;
 }

span.content p
 {
  margin-top: 0px;
  font-family: MS Sans Serif,Geneva;
  font-size: 10px;
  text-decoration: none;
  color: #555555;
 }

span.content_footer
 {
  display: block;
  width: 575px;
  height: 25px;
  background: url('images/content_footer.png');
 }
