body {
	background-image: url(images/Sito.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	width: 830px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
}
.header {
	width: 830px;
	height: 140px;
}
.content {
	width: 830px;
	height: 420px;
}
.menu {
font-weight: bold;
	text-align: right;
	width: 830px;
}
.menu li {
	padding-right: 60px;
	display: inline;
}
.menu a {
	font-size: 15px;
	color: Black;
	text-decoration: none;
}
.left {
	float: left;
	margin-top: 15px;
	margin-left: 19px;
	width: 260px;
	height: auto;
}
.left h1{
	text-align: center;
	font-size: 20px;
}
.right {
	margin-top: 30px;
	margin-left: 330px;
	width: 470px;
	height: 350px;
}
.right h1 {
	text-align: center;
	font-size: 18px;
	color: Red;
}
.right p {
	text-align: justify;
}
.right a {
	text-decoration: none;
	color: Red;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	color: Gray;
	padding-top: 5px;
	padding-right: 40px;
	width: 830px;
	height: 36px;
}