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

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


A:link {COLOR: #F0E7C9; text-decoration: none; font-weight:bold}
A:visited {COLOR: #F0E7C9; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #F0E7C9; text-decoration: underline; font-weight:bold}


#container {
width : 638px; 
margin : auto; 
text-align : justify; 
margin-top : 0px;
float : center;
background-color:#cead73;} 

#header {
width : 638px;} 

#main {
float : center; 
width : 632px; 
padding-bottom : 0px;
border-bottom: solid 3px #490400;
border-left: solid 3px #490400;
border-right: solid 3px #490400;
} 

#body {margin : auto; 
float : center; 
width : 300px; 
padding-top : 15px;
}

#footer
{clear : both; 
margin : auto; 
padding: 0;
border: 0;
}

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

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

.title {
color : #bb6812; 
font-size : 14px;
font-variant:small-caps;
font-family : Georgia, Serif; 
text-align : right;
border-top: thin dashed #bb6812;
border-bottom: thin dashed #bb6812;   
margin-top : 0px;} 



