* {
    margin: 0;
    padding: 0;    
}
body {
margin: 100px auto 0;
    font-family: Arial;
    font-size: 11px;
    color: #c0c0c0;
padding-bottom: 25px;
}
hr {
    display: none;
}
a {
    text-decoration: none;
    color: #c0c0c0;
}
a:hover {
    color: #909090;
}
ul {
    list-style: none;
}
h1 {
    background-image: url('../images/logo.jpg');
    background-repeat:no-repeat;
    height: 63px;
    width: 281px;
    display:block;
    padding-right: 20px;
    margin-bottom: 20px;
}
h1 span {
    display: none;
}
h2,h3 {
    font-size: 11px;
    text-transform: lowercase;
}
h2 { 
    color: #008eb8;
    padding: 20px 0 10px;
}
h3 {
    padding: 10px 0;
}
p {
	margin-bottom: 3px;
}
#left {
    display: block;
    
    /* il solito...*/
    width: 281px !important;
    width: 301px; 
    /* ...IE6 */
    
    margin-left: 70px;
    padding-right: 20px;
    border-right: solid 1px #f0f0f0;
    text-align: right;
}
#right { 
    width: 300px;
    border-left: solid 1px #f0f0f0;
    padding-left: 20px;
    margin-left: 90px;
    position: absolute;
    left: 281px;
top: 215px;
}
#footer {
    margin-top: 50px;
}
#footer p {
margin-bottom: 15px;
}

#footer strong { 
color: #008eb8;
}

#copy {
border-top: solid 1px #f0f0f0;
padding-top: 15px
}

#news {
    position: absolute;
    top:  0px; 
    left: 371px;
    padding-left: 20px;
    border-left: solid 1px #f0f0f0;
    height: 100px;
}
#news a { 
    font-weight: bold;
}
#news div.articolo p {
    text-transform: lowercase;
}

#info p strong {
	display: none;
}
span.notare {
    font-size: 13px;
}

