body {
    background: #fff;
    font-family: Arial, DejaVu Sans Condensed, Helvetica, sans-serif;
    margin: 0;
	font-size: 95%;
    color:#000;
    text-align: center;
}

/* CONTENITORE GLOBALE  */
div#page {
   width: 98%; 
   /*width: 58em;*/
   margin: 0 auto;
   padding: 0;
   background: #fff;
   /*text-align:center;*/
   text-align: left;
}

div.tplrow {
	width: 100%;
	clear: both;
        overflow: hidden;
}

div.tplcol{
	width: 33.3%;
	float: left;
}

div.tplrow_1 div.tplcol_first
{
   width: 100%;
}

div.tplrow_4 div.tplcol_first
{
   width: 100%;
}

div.tplrow_5 div.tplcol_first
{
   width: 66.7%;
}

div.tplrow_6 div.tplcol_first img
{
   display:block;
   float:right;
}

strong.finecontenuto
{
  display: block;
  clear:both;
}
