div
{
  
}

div#helpers,
div#helpers div
{
  float:left;
}

div#helpers
{
  width:950px;  
  *width:945px;
  _width:944px;
  margin-left:5px;
  _margin-left:3px;
  border:1px #82B900 solid;
  padding:5px 5px 15px 30px;
  font-size:12px;
  margin-bottom:10px;
  margin-top:10px;
}

div#helpers div.block
{
  width:160px;
  margin-right:30px;
  *margin-right:25px;
  _margin-right:15px;
  border:0px;
  margin-top:0px;
}

div#helpers div.block div
{
  margin-top:10px;
}

div#helpers div.block div.title
{
  font-weight:bold;
  width:80%;
  color:black;
  font-size:12px;
  background-color:white;
}

div#helpers div.block div.li
{
  margin-left:10px;
  width:150px;  
}

div#helpers div.block div a
{
  color:gray;
  text-decoration:none;
}

div#helpers div.block div a:hover
{
  color:orange;
  text-decoration:underline;
}