/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #3D0C0B; 
margin : 0; 
border : 0;
padding: 0;
background-image:url(immagini/sfondo.gif);
background-color : #C6BEAB;
text-align : justify;
cursor:default; 
} 

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


A:link {COLOR: #95715E; text-decoration: none; font-weight:bold}
A:visited {COLOR: #95715E; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #FFEBB8; text-decoration:none; font-weight:bold}


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

#header {
width : 550px;
margin : 0; 
margin-bottom : 0;
background-color:#6C5E56

} 

#main {
float : center; 
width : 550px; 
padding-bottom : 0px;
background-color:#6C5E56 } 

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


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


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

.title {
color : #463932;
font-size : 14px;
font-family : Georgia, Serif;
font-variant:small-caps;
font-weight : bold;
text-align : left;
margin-top : 0px;} 



