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: auto;*/
        overflow: hidden;
}

div.tplcol{
	width: 33.3%;
	float: left;
}

div.tplrow_1 div.tplcol_first
{
   width: 100%;
}

/*div.tplrow_3 div.tplcol_last
{
   width: 10%;
}*/

div.tplrow_5 div.tplcol_first
{
   width: 66.6%;
}

div.tplrow_6 div.tplcol_first
{
   width: 99%;
   text-align: right;
}
div.tplrow_6 div.tplcol_first img
{
   display:block;
   float:right;
}

