/* CSS Document Stile_Appuntamenti */
/*da usare come base per tutte le pagine degli appuntamenti "piccoli"*/

* {padding: 0;
	margin: 0;
}

body{font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/Appuntamenti/sfondo_appuntamenti.gif) repeat;
}

#container{ width: 1000px;
			border: none;
			margin: 0 auto;
			padding: 0;
			text-align: left;
			}
			
#img_sx { width: 50%;
	float: left;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;}

#img_sx img{margin-top: 10px;
			margin-bottom: 10px;}

#img_dx { width: 50%;
	float: right;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;}

#img_dx img{margin-top: 10px;
			margin-bottom: 10px;}
			
#img_centrale {text-align: center;
				padding-top:10px;
				padding-bottom:10px;
				}
				
#img_centrale img{margin-top: 10px;
				margin-bottom: 10px;}
			
#clear{border: 0;
	margin: 0 auto;
	clear: both;}
			
.banner { display: block;
		/*margin-left:auto;
		margin-right:auto;*/
		margin-top: 20px;
		margin-bottom: 50px;
		text-align: center;}
		
