@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/sfondoMain.png);
	background-repeat: repeat-x;
	height: 639px;
}
.oneColFixCtr #testata {
	clear: left;
	height: 106px;
	width: 744px;
	padding: opx 0px;
	border: opx;
	margin: 0px 103px;
}


#nome {
	float: left;
	margin-top: 73px;
	width: 253px;
	height: 31px;
	padding: 0px 0px;
	background-color: #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#lingua {
	float: right;
	margin-top: 93px;
	width: 18px;
	background-color: #CCCCCC;
	padding: 0px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtr #mainContent {
	background-image: url(../img/sfondoBox.png);
	background-repeat: repeat-y;
	width: 742px;
	height: 388px;
	text-align: left;
	margin: 0px 103px;
	border: 1px solid #FA671E;
	background-position: 2px;
}

#immagine {
	float: left;
	width: 216px;
	height: 386px;
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px;
}

#contenuti {
	float: left;
	width: 524px;
	height: 385px;
	padding-top: 1px;
}

.oneColFixCtr #menu {
	clear: left;
	height: 97px;
	padding-top: 6px;
	width: 760px;
	margin: 0px 95px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/sfondoMenu.png);
	background-repeat: no-repeat;
}

.oneColFixCtr #piepagina {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
#piepagina a:link {
	color: #FA671E;
	text-decoration: none;
}
#piepagina a:visited {
	color: #FA671E;
	text-decoration: none;
}
#piepagina a:hover {
	color: #FA671E;
	text-decoration: underline;
}
#piepagina a:active {
	color: #FA671E;
	text-decoration: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
