@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat;
}

a:link, a:visited, a:active{
	color: #555555;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#header_menu{
	width:766px;
	padding:0px;
	background-color:#DBDBDB;
	height: 145px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_foto{
	width:766px;
	padding:0px;
	background-color:#DBDBDB;
	height: 327px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/foto_header.jpg);
	background-repeat: no-repeat;
}

#footer{
	width:736px;
	background-color:#DBDBDB;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contenitore {
	background-image: url(images/ombra.png);
	background-repeat: repeat-y;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

#content{
	width:766px;
	padding:0px;
	background-color:#e8e4e2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-x;
}

#col_sx{
	width:240px;
	float:left;
	margin-right:30px;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#col_dx{
	width:400px;
	float:left;
	background-color:#cfc9c7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
} 

.testo {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #555555;
}

.testo_sx {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
	text-align: left;
}

.staff {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #555555;
}

.titoli_servizi {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #745347;
	font-weight: bold;
}

.titoli_times {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}

.titoli_tahoma {
	font-family: Tahoma;
	font-size: 20px;
	color: #000000;
}

.testo_footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.left {float:left;
margin: 4px 15px 0px 0px;
}

.right {float:right;
margin: 4px 0px 0px 15px;
}
