@charset "utf-8";
#container {
	background-image: url(immagini/sfondo_container.jpg);
	margin: auto;
	position: relative;
	background-repeat: repeat-y;
	width: 950px;
}
#footer {
	background-image: url(immagini/sfondo_footer.jpg);
	height: 70px;
}
#navigation {
	position: absolute;
	background-image: url(immagini/sfondo_navigation.jpg);
	width: 200px;
	height: 380px;
	left: 0px;
	top: 130px;
}
#content {
	background-image: url(immagini/sfondo_content.jpg);
	width: 750px;
	margin-left: 200px;
	background-repeat: no-repeat;
}
#header {
	background-color: #999999;
	height: 130px;
}
body {
	margin: 0px;
	background-image: url(immagini/sfondo_body.jpg);
	background-color: #D9D9D9;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.testo {
	padding-left: 10px;
	padding-right: 30px;
	text-align: justify;
	line-height: 30px;
}
.testo_antico {
	padding-right: 30px;
}


p {
	margin: 0px;
}
.side_bar {
	color: #333333;
	display: block;
	background-color: #C9CFDF;
	border: medium double #333333;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.side_bar:hover {
	color: #C9CFDF;
	display: block;
	background-color: #333333;
	border: medium double #C9CFDF;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
