#foto{
    width:314px;
    float:left;
    margin-right:6px;
}

#testo{
    width:314px;
    float:left;
    background-color:#080705;
    margin-right:6px;
}

#testo p{
    color:#666;
    font-size:11px;
    padding:9px;
}

#testo b{
    color:red;
    font-size:20px;
}

#anni{
    width:283px;
    float:left;
    background-color:#000;
    text-align: center;
    line-height: 72px;
}
#anni ul li{
    border-bottom:1px dotted #333;
    margin:35px 10px;
}
#anni ul li a{
    font-size:72px;
    padding-left:30px;
}

#anni ul li a:hover{
    color:#fff;
    text-decoration: none;
    background:url(../images/freccia_anni.jpg);
    background-repeat:no-repeat;
    background-position: left center;
    padding-left:30px;
}


