BODY {
	margin: 1% 2% 1% 2%;
	text-align: center;
}
DIV.contenitore {
	margin: auto;
	width: 100%;
}
DIV.sinistro {
	position: relative;
	top: 45px;
	left: 0%;
	float: left;
	width: 18%;
	border: 2px dotted #663300;
	#font: bold 8pt Verdana, sans-serif;
	color: #663300;
	overflow: visible;
}
p {
	margin : 7px 0px 7px 0px;
}
DIV.destro {
	position: relative;
	top: 0%;
	left: 2%;
	float: left;
	background-color: #f3f0ea;
	width: 76%;
	border: 2px solid #663300;
}
DIV.titolo {
	background-image: url(../img/titolo.jpg);
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #663300;
	background-repeat: repeat-x;
}
DIV.immagini {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
A {
	#font : bold 8pt Verdana, sans-serif;
	color : #663300;
}
A:VISITED {
	color : #663300;
	text-decoration : none;
}
A:LINK {
	color : #663300;
}
A:HOVER {
	color : #996633;
}
