#main_body table
{
  /*position: relative;*/	/*does not work with IE7*/
  height: auto;
  text-align:left;
  color:#454545;
  /*border-collapse: collapse;*/
}

#main_body table tr td
{ 
  /*position: relative;*/	/*does not work with IE7*/
  padding: 2px;
  font-size: 11px;
  border: 1px solid #e4e1d9;
  /*width: 50% ;
  min-width: 200px;*/
}

#main_body table tr th
{
  /*position: relative;*/	/*does not work with IE7*/
  padding: 5px;
  font-size:12px;
}

#main_body table tr td a img
{
   border:none;
}
