#background {
	background-image: url(../layout/backtop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
	width: 958px;
	margin: 0 auto;
	padding-top: 10px;
}
#head {
	height: 180px;
	padding-top: 10px;
	margin: 0;
}
#center {
	background-image: url(../layout/backpage.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 20px;
	margin: 0;
}
#colLeft {
	background-image: url(../layout/menu_sfumatura.jpg);
	width: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#home_btn {
	margin-bottom: 5px;
}
#home_btn a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0 5px 40px;
	display: block;
	width: 230px;
	background-color: #054D4A;
}
#home_btn a:hover {
	background-color: #066A65;
}
#menuLeft {
	background-image: url(../layout/spirale.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
#menuLeft ul {
	margin: 0;
	padding: 0;
}
#menuLeft li {
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}
#menuLeft a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	display: block;
	margin: 0;
	padding: 3px 0 3px 5px;
	font-weight: bold;
	width: 205px;
}
#menuLeft a:hover {
	color: #CC0000;
	background-color: #F6F8F7;
}

#boxRicerca {
	margin: 30px 0 0 10px;
	padding-bottom: 30px;
}

#boxRicerca h1 {
	font-size: 20px;
	color: #389F9C;
	font-weight: normal;
}

#boxRicerca table {
	width: 100%;
	border-collapse: collapse;
}







#colRight {
	float: right;
	width: 630px;
}
#title {
	color: #23A38C;
	font-size: 18px;
}
#text {
	font-size: 0.8em;
	padding-top: 20px;
}


#footer {
	background-image: url(../layout/footer.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	width: 956px;
	margin: 0 auto;
	background-position: center top;
	color: #FFFFFF;
	font-size: 0.7em;
	padding-bottom: 20px;
}
#footer img {
	float: right;
}
