div blog {}

div.blog td.box_top_left { 
  width     : 27px; 
  height    : 27px; 
  background: url(../images/sidebar-heading-left.gif); 
}

div.blog td.box_top_center { 
  width     : 100%; 
  height    : 27px; 
  background: url(../images/sidebar-top.gif); 
}

div.blog td.box_top_right { 
  width     : 27px; 
  height    : 27px; 
  background: url(../images/sidebar-heading-right.gif); 
}

div.blog td.box_heading_left { 
  width     : 27px; 
  background: url(../images/sidebar-heading-left.gif); 
}

div.blog td.box_heading_center1 { 
  text-align : left; 
  background : #dbe6ee; 
  padding    : 0px; 
  margin     : 0px; 

  font-weight: bold; 
  font-size  : 110%;

}

div.blog td.box_heading_center2 { 
  text-align : right; 
  background : #dbe6ee; 
  padding    : 0px; 
  margin     : 0px; 
  font-weight: bold;
  white-space: nowrap;
}

div.blog td.box_heading_right { 
  width     : 27px; 
  background: url(../images/sidebar-heading-right.gif); 
}

div.blog td.box_body_left { 
  width     : 27px; 
  background: url(../images/sidebar-body-left.gif); 
}

div.blog td.box_body_right { 
  width     : 27px; 
  background: url(../images/sidebar-body-right.gif); 
}

div.blog td.box_bottom_center { 
  width     : 100%; 
  height    : 27px; 
  background: url(../images/sidebar-bottom.gif); 
}

div.blog td.heading_body {
  padding-top: 10px;
}

div.blog td.box_heading_date {
  font-size: 80%;
}



