@charset "UTF-8";
/* CSS Document */

body {

	background				: #b9b9b9 url(/img/baseSfondo.jpg) repeat-x scroll 0% 0%;
	color					: #000;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	line-height				: 1.5em;
	margin					: 0px;
	padding					: 0px;

}

.pulisci{
	
	clear					: both;
	padding					: 0;
	margin					: 0;
	
}

.spacer{
	
	padding					: 0;
	margin					: 0;
	font-size				: 1px;
	
}

#scrollContainer {

	width					: 401px;
	height					: 390px;
	overflow				: hidden;
	position				: absolute;
	left					: 0px;
	top						: 0px;

}

.scroll-pane {
	
	overflow				: hidden;
	float					: left;
	padding					: 0;
	margin					: 0;
	height					: 390px;

}

a, a:visited {
	color					: #000;
	text-decoration			: none;
	padding					: 0;
	margin					: 0;
}

a:hover {
	color					: #000;
	text-decoration			: underline;
	padding					: 0;
	margin					: 0;
}

#corpo{
	
	width					: 896px;
	height					: 560px;
	position				: absolute;
	left					: 50%;
	top						: 50%;
	margin-left				: -450px;
	margin-top				: -280px;
	
}

#header{
	
	height 					: 35px;
	position				: relative;
	
}

#content{
	
	width					: 896px;
	height 					: 480px;
	position				: relative;
	
}

#footer{
	
	height 					: 45px;
	position				: relative;
	margin-top				: 10px; 
	border-top				: 1px solid #6E6E6E;
	
}

/* template uno tre colonne di larghezza 275 | 198 | 427 */

#left{
	
	padding				: 0; 
	margin				: 0; 
	width				: 274px; 
	height				: 480px;
	overflow			: hidden; 
	float				: left;
	position			: relative;
	
}

#center{
	
	padding				: 0; 
	margin				: 0; 
	width				: 197px; 
	height				: 480px;
	overflow			: hidden; 
	float				: left;
	position			: relative;
	
}

#right{
	
	padding				: 0; 
	margin				: 0; 
	width				: 425px; 
	height				: 480px;
	overflow			: hidden; 
	float				: left;
	position			: relative;
	background			: #FFF;
	
}

#sfondoMenu{
	
	position			: absolute;
	top					: 0;
	left				: 0;
	padding				: 0;
	margin				: 0;
	
}

#menu {
	
	position			: absolute;
	top					: 141px;
	left				: 0;
	padding				: 0;
	margin				: 0;
	z-index				: 40;
	
	
}

.titolo{
	
	height				: 47px;
	border-bottom		: 1px solid #c1c1c1;
	text-align			: left;
	font-weight			: bold;
	position			: relative;
	
}

.testo {
	
	text-align			: justify;
	padding				: 0 0 5px 0;
	margin				: 0;
	
}
