.box_top_left{
  padding: 0px 0px 0px 0px;
  background-image: url('../img/boxes/top_left.gif');
  background-repeat: no-repeat;
  background-position: top left;
  height: 58px;
  width: 33px;
}
.box_top{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/top.gif');
 background-repeat: repeat-x;
 height: 58px;
}
.box_top_right{
  padding: 0px 0px 0px 0px;
  background-image: url('../img/boxes/top_right.gif');
  background-repeat: no-repeat;
  background-position: top right;
  height: 58px;
  width: 33px;
}
.box_left{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/left.gif');
 background-repeat: repeat-y;
 width: 33px;
}
.box_right{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/right.gif');
 background-repeat: repeat-y;
 width: 33px;
}
.box_bottom_left{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/bottom_left.gif');
 background-repeat: no-repeat;
 background-position: bottom left;
 height: 25px;
 width: 33px;
}
.box_bottom{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/bottom.gif');
 background-repeat: repeat-x;
 background-position: bottom;
 height: 25px;
}
.box_bottom_right{
 padding: 0px 0px 0px 0px;
 background-image: url('../img/boxes/bottom_right.gif');
 background-repeat: no-repeat;
 background-position: bottom right;
 height: 25px;
 width: 33px;
}
.box_titolo{
      font-family: Sans-Serif;
      font-size: 20px;
      font-weight: bold;
      color: #000000;
      position:absolute;
      margin-top: 0.8em;
      display:inline;
}
#box_menu{
      font-family: Sans-Serif;
      font-size: 20px;
      font-weight: none;
      line-height: 25px;
}
#box_contenuto{
  width:535px;
  font-family: Sans-Serif;
  font-size: 12px;
}
