
/* Struttura Principale */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Bookman Old Style;
	color: #333333;
	font-size: 0.9em;
	background-image: url('../images/Structure/BackGroundPage.jpg' );
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
body > DIV#MPageContainer
{
	min-height: 100%;
}
DIV#MPageContainer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	position: relative;
	padding-bottom: 60px;
}
Div#MPageContentSx
{
	background-image: url('../images/Structure/BackGroundMpageContentSx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}
Div#MPageContentDx
{
	float: right;
	width: 800px;
}
Div#ContentSx
{
	float: left;
	width: 560px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
Div#ContentDx
{
	background-image: url('../images/Structure/BackGroundContentDx.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
}
Div#MPageMenuSx
{
	width: 190px;
	padding-top: 75px;
	padding-left: 10px;
}
Div#MPageHeader
{
	background-image: url('../images/Structure/BackGroundHeader.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 210px;
	padding-top: 15px;
	padding-left: 10px;
	width: 790px;
}

Div#MPageTitle
{
	background-image: url('../images/Structure/BackGroundPageTitle.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
}
DIV#MPageFooter
{
	position: absolute;
	text-align: center;
	bottom: 0;
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 20px;
ÊÊÊÊcolor: #006633;
}


