body {
	color : #000;
	background-color : #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
	text-align : center;
}

a {
	color: #F40C00;
}

p {
	text-align : justify;
}

#wrapper {
	margin : 0 auto;
	width : 760px;
	border-left : 1px solid #F40C00;
	border-right : 1px solid #F40C00;
}

#Testata {
	width : 100%;
	height : 140px;
	border-bottom : 10px solid #F40C00;
}

#Contenuto {
	clear : both;
	text-align : left;
	padding : 10px;
	background-image : url(/image/fondo.jpg);
	background-position : center;
	background-repeat : no-repeat;
}

#Footer {
	width : 100%;
	color : #FFF;
	background-color : #F40C00;
	clear : both;
	text-align : left;
	vertical-align : middle;
}

#Menu {
	margin: 0 auto;
	padding: 4px 0 20px 4px;
	border-bottom : 1px solid #F40C00;
}

#Menu ul, #Menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#Menu a, #Menu a:link, #Menu a:visited, #Menu a:active, #Menu a:focus {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 8px 4px 8px;
	text-decoration: none;
	color: #333;
	border-bottom: 4px solid #FFF;
}

#Menu a:hover {
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 4px solid #F40C00;
}

#Menu a.flag:hover {
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 4px solid #FFF;
}
h1 {
	color : #F40C00;
	background-color : transparent;
	font-family : "Palatino Linotype", Georgia,"Times New Roman",Times,serif;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 1px;
	text-align : left;
	margin : 0 0 15px 0;
	padding : 0;
}