.bodystyle
{
		background-color: #ffffff;
		margin-top: 1px;
		margin-bottom: 1px;
				
		text-align: center;
}


.foglio 
{
		position: relative;
					
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
		padding-bottom: 20px;
		
		background-color: #ccc;
		
		border-style: solid;
		border-width: 1px;
		border-color: #000;
		
		border-bottom-width: 5px; 
		
		color: #fff;
		
		background-image: url("../img/bordotesto.gif");	
		background-repeat: repeat-y;
				
		width: 700px;
		height: auto;
		
		text-align: left;
		
		z-index: 30;
		
}


.intestazione
{
		position: relative;
		
		width: 550px;
		height: 300px;
		
		
}

.logo
{				
		position: relative;
				
		margin: 0px 0px 0px 150px;
				
		width: 550px;
		height: 300px;
			
		z-index: 50;
		
}		


.news
{
		border-style: dashed;
		border-width: 1px;
		border-color: #006;
		
		padding: 5px;
		margin: 5px;
		
		background-color: #fff;
		
}


.titolotesto
{
		position: relative;
				
		font-size: 1.8em;
		
		color: #fff;
				
		margin: 20px 0px 10px 150px;
		
		padding: 10px 20px 10px 50px;
		
		text-align: right;
		
		border-style: solid;
		border-width: 2px;
		border-color: #fff;		
		border-left: none;
		border-right: none;
			

}	

P
{
		text-indent: 2em;
		margin-top: .2em;
		margin-bottom: .6em;
		
}

	
.bloccotesto
{
		position: relative;
			
		margin: 10px 0px 10px 250px;
		
		padding: 10px 20px 20px 20px;
		
		text-align: justify;
		
		border-style: solid;
		border-width: 2px;
		border-color: #fff;
	
		border-right: none;
		border-top: none;
				
		color: #005;
		
		font-size: .8em; 
		line-height: 1.2em; 
		font-family: Arial,Tahoma,Verdana,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;   

		
}




.menu
{
		position: absolute;
		
		text-align:left; 
		
		color: #fff;
		
		top: 280px;
		left: 10px;
		
		width: 220px;
		height: 400px;
			
		z-index: 100;
						
		border-style: solid;
		border-width: 3px;
		border-color: #fff;
		
		background-color: #eee;
		
		margin: 0px;
		padding: 0px;
		
}

.ombramenu
{
		position: absolute;
		
		top: 290px;
		left: 20px;
					
		width: 220px;
		height: 400px;
		z-index: 90;
		
		background-image: url("../img/retino.gif");
		
}

.intestazionemenu
{
		position: relative;
		
		text-align: center; 
		
		font-size: .8em;
		font-family:Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif; 
		font-weight:bold;  
		
		color: #999;
				
		background-color: #fff;
		
		margin: 0px;
		padding: 3px;
		
}

.listamenu
{
						
		list-style-type: square;
		
		font-family: Arial,Tahoma,Verdana,'Trebuchet MS','Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;   
		
		font-size: 0.8em; 
		
		font-style: italic;
}


.myinfo
{
		text-align: center;
		font-size: 0.6em;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #000066;
		margin-top: 10px;
		margin-bottom: 20px;
		
}

.footer
{
		position: relative;
		
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		
		padding: 0px;
		
		border-style: solid;
		border-width: 1px;
		border-color: #000;
	
		width: 700px;

}
		
		
.fine
{
		position: relative;
				
		padding: 5px;
				
		text-align:right; 

		color: #006;
} 


a:link
{	
		text-decoration: underline;
		color: #005;
}


a:visited
{
		text-decoration: underline;
		color: #008;
		
}

a:active 
{
		text-decoration: underline;
		color: #005;
				
}


a:hover 
{
		text-decoration: none; 
		background-color: #005;
		color: #fff;
				
}

