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

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

#expertisesBox .title {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

#expertisesBox .rubric {
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}

#expertisesBox .text{
  padding: 0 10px;
}
