body {
	background: #F8F8F8;
}

.leftPane {
	width: 441px;
	position: absolute;
	left: 0px;
	top: 56px;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	background: #FFFFFF;
	z-index: 1;
}

.rightPane {
	position: absolute;
	top: 56px;
	left: 441px;
	width: 300px;
	background: #F8F8F8;
	padding-top: 10px;
	padding-left: 5px;
}

.leftPaneNews {
	width: 522px;
	position: absolute;
	left: 0px;
	top: 56px;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	background: #FFFFFF;
	z-index: 1;
}

.rightPaneNews {
	position: absolute;
	top: 56px;
	left: 523px;
	width: 219px;
	background: #F8F8F8;
	padding-top: 10px;
	padding-left: 5px;
}
.leftPaneContatti {
	width: 650px;
	position: absolute;
	left: 0px;
	top: 56px;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	background: #FFFFFF;
	z-index: 1;
}

.rightPaneContatti {
	position: absolute;
	top: 56px;
	left: 523px;
	width: 219px;
	background: #F8F8F8;
	padding-top: 10px;
	padding-left: 5px;
}

.fondoTop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 56px;
	background: #FFFFFF;
	border-bottom: 1px solid #CC3333;
}

.menuTop {
	position: absolute;
	left: 225px;
	top: 28px;
}

.subMenuTop {
	position: absolute;
	left: 330px;
	top: 65px;
	z-index: 5;
}
