@charset "utf-8";
/* CSS Document */



/*sito internet*/

body  {
	/*font: 14px Viner Hand ITC;*/
	
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif, Viner Hand ITC;
	background:url(img/nuvola2.jpg) ;                 /*url(img/panorama.jpg) repeat-x 0 100%;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #410c00;
	 
}

.testata {background: url(img/nuvola2.jpg) repeat-x;  }
.immaginetestata {background:url(img/testata.png) no-repeat 50% 0; height:130px; }
.barra {background:url(img/barra.png) no-repeat 50% 0; height:100px; text-align:center; }
.corpo1 { text-align:center;  
	width: 990px;
	/*height: 600px;*/
	margin: 0 auto; 
	text-align: left; 
	color: #410c00;
	}
	 
.testone a {text-decoration:none; color:#09F; }	 

.menu {float:left;  width:100%;  }

.piede {background:#496218 url(img/piede.jpg); height:auto; }
.piede p {font-size:11px; color:#464242;}
.immpiede {background:url(img/piede.png) no-repeat 50% 0; height:130px; }

.float {margin-left:300px;  float:left; width:800px; height:50px;  }

.piede A:link {text-decoration: none; color:#401208;}
.piede A:visited {text-decoration: none; color:#401208;}
.piede A:active {text-decoration: none; color:#401208;}
