.bodystyle
{
		background-color: #ffffff;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
				
		text-align: center;
}


.decorazione
{
	position: absolute;
	margin: 0px;
	z-index: 100;
	left: -50px;
	top: -70px;
			
}




.foglio 
{
		position: relative;
					
		margin-right: auto;
		margin-left: auto;
		margin-top: 70px;
		margin-bottom: 5px;
		
		padding-bottom: 20px;
		
		background-color: #ccc;
		
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		
		border-bottom-width: 5px; 
		
		color: #fff;
		
		background-image: url("../img/bordotesto.gif");	
		background-repeat: repeat-y;
				
		width: 700px;
		
		text-align: left;
		
		z-index: 30;
}


.intestazione
{
		position: relative;
		
		height: 1.6em;
		
		color: #008;
		
		font-size: .8em;	
		
		margin-left: 200px;		
		margin-top: 1em;
		margin-right: 1em;
		margin-bottom: 1em;
		
		/*
		border-color: #fff;
		border-style: double;
		border-width: 3px;
		
		
		border-left: none;
		border-right:none;
		*/				
		
			
}


.titolotesto
{
	position: relative;
	
	font-size: 1em;
	
	margin: 10px 0px 10px 150px;
	
	padding: 10px 10px 10px 50px;
	
	text-align: right;
	
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	
	border-left: none;
	border-right: none;
	
	font-style: italic;
	font-weight: bold;

}	



P
{
		text-indent: 2em;
		margin-top: .2em;
		margin-bottom: .6em;
		
}

	
.bloccotesto
{
		position: relative;
			
		margin: 10px 0px 10px 170px;
		
		padding: 10px 20px 20px 20px;
		
		text-align: justify;
	
		border-right: none;
		border-top: none;
				
		color: #005;
		
		font-size: 0.9em; 
		line-height: 1.1em; 
		font-family: Arial, Tahoma, Verdana, 'Trebuchet MS', 'Arial Black', Helvetica, 'Century Gothic', 'Lucida Sans Unicode', Impact, sans-serif;   
; border: 2px #fff solid
		
}
	

.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-size: 0.8em; 
}


.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;
				
}

