div.item_date
{
  float:    left; 
  position: relative; 
  left:     20px;
  width:    100px;
}

div.item_text
{
  padding-bottom: 20px;
  padding-left:   10px;
  float:          left;
  position:       relative;
  left:           20px;
  width:          600px;
}

h2
{
  font-weight:    bold;
  font-size:      1.2em;
  color:          #000000;
  margin-top:     0px;
  margin-bottom:  0px;
  padding-top:    0px;
  padding-bottom: 6px;
}
