body,html {
	margin: 0px;
	padding: 0px;
	overflow:auto;
}
tr,td {
	margin: 0px;
	padding: 0px;
}

#InnerContainer {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:964px;
	height:560px;
	position:relative;
}

#Footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:964px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#777777;
}
#Footer A {
	text-decoration:none;
	color:#777777;
}
#Footer A:HOVER {
	text-decoration:underline;
	color:#c21010;
}
#Logo {
	width:546px;
	height:95px;
	position:absolute;
	left:52px;
	top:0px;
	background-image:url(images/logo_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#LogoInterno {
	width:305px;
	height:53px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(images/logo_interno.gif);
	background-position:left top;
	background-repeat:no-repeat;
}



#MenuBar {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	position:absolute;
	right:0px;
	top:40px;
	width:500px;
	height:22px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
}
#MenuBar LI {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	display:inline;
	margin-left:10px;
}
#MenuBar LI A {
	text-decoration:none;
	color:#555555;
	text-transform:uppercase;
}
#MenuBar .Selected {
	color:#c21010;
	border-bottom:2px solid #c21010;
}



#CenterBox {
	width:964px;
	height:347px;
	position:absolute;
	left:0px;
	top:100px;
}
