body{
   background: #35B0E8 url("images/sfondo-azzurro.jpg") left top repeat-y;
   padding: 0;
   margin:0;
   font-family:  Trebuchet MS, Arial ;
   font-size: 12px;
   color: #330600;
}

.main{
   background: transparent url("images/sfondo.jpg") left top no-repeat;
   padding: 0;
   margin:0;
   font-family:  Trebuchet, Arial ;
   font-size: 12px;
   color: #000000;
}


.box {
  background: transparent url("images/casella.png") right top no-repeat;	
  height: 700px;
  
}

.box-bio {
  background: transparent url("images/casella-bio.png") right top no-repeat;	
  height: 700px;
  
}

.box-stampa {
  background: transparent url("images/casella-stampa.png") right top no-repeat;	
  height: 700px;  
}

.box-eventi {
  background: transparent url("images/casella-eventi.png") right top no-repeat;	
  height: 700px; 
}

.box-scrittura {
  background: transparent url("images/casella-scrittura.png") right top no-repeat;	
  height: 700px; 
}

.box-contatti {
  background: transparent url("images/casella-contatti.png") right top no-repeat;	
  height: 700px; 
}

.box-libri {
  background: transparent url("images/casella-libri.png") right top no-repeat;	
  height: 700px; 
}

.box-menu{
	float:left;
	width:200px;

}

.box-content{
	position:relative;
	float:right;

	top:170px;
	right: 160px;	

  width: 570px;
  height: 300px;
	/*background-color: yellow;*/
	overflow:auto;
}

.box-social{
	position:absolute;
	

	top:590px;
	right: 20px;	
	
}

.box-social a{
	color: #35B0E8;
	font-size: 11px;
}

.content-home{ 
	font-size: 30px;	

}


.pulisci {clear: both} 

TD, TH{
    color: #000000;
    font-size : 12px;
}

.title{
    font-size : 12px;
    font-weight:bold;
}

A{
   color: #000000;
}
