body {
	background-image: url(../images/background/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contenitore {
	float: none;
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 120px;
	width: 900px;
}
#menu {
	background-color: #CCC;
	float: left;
	height: 80px;
	width: 320px;
}
#lavori {
	background-color: #CCC;
	float: left;
	height: 80px;
	width: 580px;
}
#appuntamenti {
	background-color: #999;
	float: left;
	height: 420px;
	width: 250px;
	overflow: scroll;
	padding-left: 10px;
	padding-right: 10px;
}
#contenuto {
	background-color: #DADADA;
	float: left;
	height: 420px;
	width: 630px;
}
#link {
	background-color: #FFF;
	float: left;
	height: 80px;
	width: 320px;
}
#footer {
	float: left;
	height: 80px;
	width: 580px;
	background-image: url(../images/background/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.testo_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	padding: 2px;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #333;
}
a {
	font-weight: bold;
	font-size: 10px;
}

