/* CSS Document */
html, body{
background-color: #0A4075;
background-image: url(img/fondo.gif);
	padding:0;
    text-align: center;   /*centra in IE 5.x */
}

#container {
    margin: 20px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	padding:0;
	width:800px;
	background-image: url(img/ombra-lato.gif);
	background-position: top right;
	
}
#contenuto {
	background-color: #fff;
	width:735px;
}

#paginabeige{
	background-color: #F4EDDB;
	background-image: url(img/fondobeige.gif); 
	background-repeat:repeat-y;
	width:554px;
	font-family:georgia times serif;
	font-size:14px;
	line-height:18px;}
	
#testo{
	width:450px;
	margin-left:40px;
	padding-top:30px;
	font-family:georgia;
	font-size:14px;
	text-align:justify;
	line-height:18px;
	color:#3B0319;}

table{font-size:14px; color:#3B0319;}
.fondorosa{background-color: #BC5E81;}
.fondobeige{background-image: url(img/fondobeige.gif); background-repeat:repeat-y; padding-left:30px; padding-top:20px;}


a:link {color: #831F46;} 
a:hover {color: #000;} 
a:visited {color: #831F46;} 

.fontcontatti{font-size:11px;}
.fontcontattism{font-size:10px;}



