/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #902919; 
margin : 0; 
border : 0;
padding: 0;
background-color : #FEEBBA;
text-align : justify;
cursor:default; 
} 

table, tr, td {
margin : auto;  
border : 0; 
} 


A:link {COLOR: #A52F20; text-decoration: none; font-weight:bold}
A:visited {COLOR: #A52F20; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #902919; text-decoration:overline; font-weight:bold}


#container {
width : 480px; 
margin : auto; 
text-align : justify; 
margin-top : 0px;
float : center  
} 

#header {
width : 480px;
margin : 0; 
margin-bottom : 0;

} 

#main {
float : center; 
width : 480px; 
padding-bottom : 0px; 
background-image : url(sfondo.gif); 
} 

#menu {margin : auto; 
float : center; 
width : 400px; 
padding-bottom : 8px; }


#center {
float : center; 
width : 400px; 
margin : auto;
} 

#footer
{clear : both; 
width : 480px;
margin-bottom: 10px;
margin: 0; 
padding: 0;
border: 0;
}


.text {
color : #902919; 
font-size : 12px; 
font-weight : normal; 
margin-bottom : 20px; 
margin-top : 15px; 
padding-bottom : 2px; 
width : 100%;
text-align : justify;  
} 

.title {
color : #680C00; 
font-size : 16px; 
font-family : Georgia, Serif; 
font-weight : bold;
text-align : center;  
margin-top : 0px;
border-bottom: 1px solid #EDA4A2;} 



