#LawsBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
  height: 400px; 
  text-align: justify;
  display: table-cell;
  width: 619px;
}

#LawsBox h1{
  margin: 30px 10px 10px 10px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #30348F;
  background: transparent url(/images/triangles.gif) no-repeat right;
  clear: both;
}

#LawsBox p{
  padding: 0 10px;
  text-align: justify;
}


#LawsBox li{
  padding: 0 10px;
}

#LawsBox .rate {
  margin: auto;
}

#LawsBox .rate td {
  padding: 5px 10px;
  border: 2px solid black;
  text-align: center;
}

#LawsBox .underline {
  text-decoration: underline
}

#LawsBox .bottom {
  background: black;
  color: white;
  text-align: center;
  margin: 5px 230px;
}
