/* CSS Document */

body {
font-family:"trebuchet ms", arial;
font-size: 13px;
background-image: url(immagini/bg.png);
}

a {
color:#EB590C;
font-weight: bold;
text-decoration:underline;
}


/* LAYOUT DEI DIVS*/
#contenitore {
margin-right:auto;
margin-left:auto;
width:790px;
border: 1px solid #000000;
background-color:#FDF9FA;
}

#sx {
width: 250px;
padding: 3px 5px 3px 5px;
float: left;
clear: left;
}

#sx p {
padding: 60px 20px 10px 20px;
}

#news {
background-image:url(immagini/news.png);
background-repeat:no-repeat;
}

#dx{
width: 515px;
padding: 3px 5px 3px 3px;
float:left;
}
#footer{
clear:both;
padding: 3px 3px 3px 5px;
font-size: 13px;
background-image:url(immagini/ctp_03.png);
background-repeat: no-repeat;
color:#FFFFFF;
background-color:#000000;
}

#footer a {
color:#ffffff;
font-weight: bold;
}


