/* Struttura Principale */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff; /* font-family: "Arial", FreeSans, sans-serif; */
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Lucida Sans' , LucidaGrande, Geneva, Arial, Verdana, sans-serif; /*font-family: Verdana;*/
	font-size: 12px;
	word-spacing: -0.05em;
}
DIV#MPageContainer
{
	background-image: url(images/Background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
}
/* ******** Fine Struttura Principale ******** */
/* Header */
DIV#MPageHeader
{
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
DIV#MPageHeaderLogo
{
	padding-top: 4px;
	height: 150px;
	width: 648px;
	float: left;
	background-image: url(images/HeaderHome.png);
	background-position: center left;
	background-repeat: no-repeat;
}
DIV#MPageHeaderLogoNavigate
{
	float: right;
	margin-right: 10px;
	text-align: right;
	margin-top: 2px;
}
DIV#MPageHeaderUnderTop
{
	clear: both;	
}

/* Fine Header */
DIV#MPageContent
{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
DIV#MPageContent_x-
{
	clear: both;
	float: left;
	width: 825px;
	height: auto;
	margin-bottom: 20px;
}
DIV#MPageContent_-x
{
	float: right;
	width: 175px;
	height: auto;
	margin-bottom: 20px;
}
DIV#MPageContentProtected_x-
{
	float: left;
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}
DIV#MPageContentProtected_-x
{
	float: right;
	width: 800px;
	height: auto;
	margin-bottom: 20px;
}
DIV#MPageClosed
{
	/* background-image: url(images/BackgroundFooter.jpg);     background-position: bottom center;     background-repeat: repeat-x; */
	clear: both;
	font-size: 10px;
	width: 100%;
	height: 43px;
	color: #4f4f4f;
	margin-top: 30px;
}
DIV#MPageBottomMenu
{
	position: absolute;
	font-size: 11px;
	text-align: center;
	width: 100%;
	height: 18px;
	color: #4f4f4f;
	bottom: 24px;
	left: 0;
}
DIV#MPageFooter
{
	position: absolute;
	width: 100%;
	height: 28px;
	bottom: 0;
	left: 0;
	background-image: url(images/BackgroundFooter.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}
DIV#MPageFooterImage
{
	width: 100%;
	height: 28px;
	background-image: url(images/Footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
