@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #fce4b8;
	color: #fce4b8;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	
}

#Page {
	display: block;
	width: 760px;
	height: auto;
	margin: 0px auto 0px auto;
}

#SelectLanguage {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	font-size: 10px;
}

.Language {
	display: block;
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #224daa;
	background-color: #f8d352;
}

#Header {
	display: block;
	width: 760px;
	height: 115px;
	padding-bottom:1px;
	clear:both;
}

#Center {
	display: block;
	width: 760px;
	min-height: 350px;
	margin: 0px;
	padding-top: 1px;
	background-color:#fef2dd;
	float: right;
	/*margin-bottom:50px;*/
	
}

#menu {
	width:250px;
	font-weight:bold;
	height: 525px;
	background-color:#f8d352;
	padding: 8px 7px 8px 0px;
	text-align:left;
	float:left;
	color: #224daa;
	display:block;
}

#menu a {
	color:#224daa;
	text-decoration: none;
}

#menu li {
	padding-bottom:5px;
	margin-left:15px;
}

#titolo {
	color: #224daa;
	font-size:16px;
	font-weight:bold;
	margin: 8px 0px 8px 270px;
	text-transform:uppercase;
}

#testo {
	width:460px;
	height: auto;
	margin: 8px 18px 50px 18px;
	float:right;
	color:#000;
	text-align:justify;
	min-height: 470px;
}

#footer { 
	clear:both;
	background-color: #f8d352;
	height:25px;
	display:block;
	margin-bottom:50px;
	
}

#testo a {
	color: #224daa;
}

/*#testo img {
	padding: 10px;
}*/

.testo_titolo {
	font-size:16px;
	font-weight:bold;
}

.nota {
	font-size:10px;
	font-weight:bold;
	line-height:12px;
}

#tabella {
/*	font-weight:bold;
	text-transform:uppercase;*/
	margin: -30px 0px 8px 20px;
	font-size:10px;
	color: #000;
	width:720px;
	float:left;

}
#reflection {
/*	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 0px 8px 20px;*/
	font-size:10px;
	text-align:left;
	color: #000;
/*	width:460px;
	float:left;*/

}