/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{font-family: arial,sans-serif;
font-size: 76%;
text-align:center
}

div#container{
width:800px; 
margin:0 auto;
border-width: 0 1px; 
border-style:solid; 
border-color: #640000;
/*border-color: #ffff80;*/
background-color: #640000;
}

/*stili specifici per il layout*/
div#header{
background-color: #640000;
}
div#navigation{
background-color: #640000;
padding: 10px 0;
}

div#content{ 
margin:0 auto;
background-color: #640000;
padding: 1em 20px;
font: normal 20px Monotype Corsiva;
color: #CCCCCC;
}

div#footer{
clear:both; 
text-align:center; 
padding: 5px 0;
font: normal 14px Monotype Corsiva;
background-color: #640000; 
color: #FFFEAE;
}

a.yellow:link {color: #FFFEAE};     /* unvisited link */
a.yellow:visited {color:  #FFFEAE};  /* visited link */
a.yellow:hover {color:  #FFFEAE};   /* mouse over link */
a.yellow:active {color:  #FFFEAE};   /* selected link */ 

a.red:link {color: #000000};     /* unvisited link */
a.red:visited {color:  #000000};  /* visited link */
a.red:hover {color:  #000000};   /* mouse over link */
a.red:active {color:  #000000};   /* selected link */ 

.griglia {
font: normal 13px Monotype Corsiva;
background-color: #640000;
}

.grgliaspec {
font: normal 13,5px Monotype Corsiva;
background-color: #424316;
color: #E1F77A;
}

