/*reset stylesheet*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body{
color:#000;
background:#ffe92d;
font-family:Helvetica,Arial, Verdana, sans-serif;
font-size:11px;
text-align:center;
}
ol, ul{
list-style:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
a img{
border:none;
}
:focus{
outline:0;
}
/*fine reset*/

html{
background:#ffe92d;	
}
#all{
width:490px;
margin:0px auto;
text-align:left;
padding:20px 30px;
position:relative;
}
h1{
margin-bottom:80px;	
}
h2{
position:absolute;
top:88px;
left:477px;
padding-bottom:10px;
background-image:url('../img/tratteggio.gif');
background-repeat:repeat-x;
background-position:bottom left;
}
#news{
padding-bottom:7px;
background-image:url('../img/tratteggio.gif');
background-repeat:repeat-x;
background-position:top left;
}
#news p{
padding-bottom:17px;
padding-top:20px;
background-image:url('../img/tratteggio.gif');
background-repeat:repeat-x;
background-position:bottom left;
}
#news p .titolo{
font-size:14px;
font-weight:bold;
display:block;
margin-bottom:11px;
}
#news p .data{
font-size:12px;
font-style:italic;
font-weight:normal;
}