/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#590D0D;
background:url(img/sfondo.jpg) repeat-x #fff;
}

#content{
margin:0 auto;
position:relative;
width:772px;
top:0px;
left:0px;
}

#content #top{
position:relative;
top:0px;
left:0px;
height:86px;
color:#F4C8A5;
font-size:18px;
padding-top:5px;
padding-left:5px;
font-style:italic;
font-weight:bold;
}
#content #top img{
padding-left:10px;
}

#content #center{
position:relative;
top:0px;
left:0px;
width:772px;
background:url(img/sfondo_center.png) no-repeat;
font-size:20px;
}
#content #center img{
margin-left:14px;
margin-top:10px;
}
#content #testo{
margin:0 auto;
position:relative;
width:750px;
background:#fff;
/*height:500px;*/
}
#content #testo #sx{
position:absolute;
padding-top:10px;
width:174px;
border-right:1px dashed #590D0D ;
}
#content #testo #sx .fotine {
position:relative;
padding-top:12px;
text-align:center;
font-weight:bold;
color:#590D0D;
}
#content #testo #sx .fotine img{
padding-top:10px;
padding-bottom:5px;
}
#content #testo #dx{
position:relative;
padding-left:174px;
padding-top:10px;
text-align:center;
width:576px;
font-size:24px;
font-weight:bold;
}
#content #testo #dx a{
text-decoration:none;
color:#590D0D;
}
#content #testo #dx img{
padding-top:5px;
}
#content #testo #dx #spiegazione{
position:relative;
margin:0 auto;
padding-top:10px;
font-weight:normal;
width:500px;
font-size:14px;
text-align:justify;
}
#content #indirizzo{
position:relative;
margin:0 auto;
width:750px;
height:20px;
background:#590D0D;
color:#F4C8A5;
text-align:center;
padding-top:2px;
}
#content #indirizzo a{
color:#fff;
text-decoration:none;
}

