html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
.dida {
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 13px;
}
.crediti {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    background: #A50E0A;

}
body {
    background: #A50E0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
} 
#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
    width:600px;
    float:left;
    position:relative;
    background-color: #FFFFFF;
  }
.indirizzo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    margin: 5px;
}
 
#twocols{
 width:160px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
    width:140px;
    float:right;
    position:relative;
    padding-top: 91px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:20px; 
 }
 
.testata {
text-align: center;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



/*menu*/
.main_content {
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
}
.menu a {
    color: white;
    text-decoration: none;
}
.menu a:hover {
    color: #A50E0A;
    text-decoration: none;
}

h3 {
    color: #A50E0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
}
.margini_testo {
    padding-right: 40px;
    padding-left: 40px;
}

#menu {
 background-color: black;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
}

H1 {
 text-align:center;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #A50E0A;
    text-decoration: none;
}

.center{
text-align: center;

margin: 10px;
}

