body {
	background-color: #464646;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	margin: 0 auto;
	width: 950px;	
}
#header {
	height: 158px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#flag {
	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	text-align: right;
}
#menu {
	height: 30px;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}
.menu {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	font-weight: bold;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #ccc;
	text-decoration: underline;
}
#content {
}
#left {
	float: left;
	width: 220px;
	height: 440px;
	background-color: #E06B2C;
	background-image: url(../images/bg-left.gif);
	color: #000;
	font-size: 12px;
	padding: 15px;
	padding-top: 25px;
}
#left p {
	padding-bottom: 30px;
}
#right {
	float: right;
	width: 660px;
	height: 440px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-content.jpg);
	padding: 20px;
}
h1 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	color: #003366;
	font-size: 28px;
}
#right p {
	font-size: 16px;
	font-family: Garamond;
	text-align: justify;
	padding-bottom: 8px;
}
#right ul {
	padding-left: 16px;
	margin-top: -20px;
}
#right li {
	font-size: 16px;
	font-family: Garamond;
}
.dati {
	font-size: 16px;
	font-family: Garamond;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #ccc;
	text-align: center;
	padding: 10px;
}
