.FONDO {
	background-image: url(img/bcg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
#sep10 {
	width: 940px;
	height: 10px;
	margin: 0 auto;
	clear: both;
}

#page {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
#logo1 {
	height: 30px;
	margin: 0 auto;
	clear: both;
	font-family:Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	text-align:right;
}
#logo {
	height: 100px;
	margin: 0 auto;
	clear: both;
}
#header {
	height: 70px;
	margin: 0 auto;
	clear: both;
	color:#FFFFFF;
}
#contenuto1 {
	width: 700px;
	height: 260px;
	float: left;
	background:#330000;
}
#contenuto2 {
	width: 240px;
	margin: 0 auto;
	float: left;
}
#contenuto3 {
	width: 700px;
	float: left;
}

#footer {
	padding: 5px;
	margin: 0 auto;
	width: 940px;
}

.credits {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}

#footer .credits a, #footer .credits a:active {
color:white;
text-decoration:none;
border-bottom:none;
}
#footer .credits a:visited {
color:white;
border-bottom:1px dotted white;
}

#footer .credits a:hover {
text-decoration:none;
border-bottom:none;
}

#ft-dx {
	width: 50%;
	float:left;
	font-family:Tahoma;
	font-size: 13px;
}
#ft-sx {
	width: 50%;
	float:right;
	font-family:Tahoma;
	font-size: 13px;
	text-align: right;
	text-decoration:none;
	border-bottom:none;
}

#colonna1 {
	width: 220px;
	float:left;
	padding:10px;
}
#colonna2 {
	width: 330px;
	float:left;
	padding:10px;

}
#colonna3 {
	width: 330px;
	float:left;
	padding:10px;
}
#colonna4 {
	width: 600px;
	float:left;
	padding-left: 50px;
	padding-top: 10px;
}

@font-face {
    font-family: "DinC";
    src: url(din.ttf);
}
.titolocolonna {
	width: 100%;
	display:block;
    font-family: "DinC";
	font-size: 12pt;
    color: #ffffff;
	height:20px;
}
.credits1 {
	font-family:"DinC";
	font-size:20px;
	color:#ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

/* --------------------MENU -------------------------*/
		#css-menu-esempio-6{
		width:240px;
		margin:auto;
    font-family: "DinC";
		}
		#css-menu-esempio-6 p{
		height:40px;
		line-height:70px;
		padding-left:10px;
		font-weight:bold;
		color:#4E321C;
		font-size:15px;
		}
		#css-menu-esempio-6 span{
		color:#AF2E33;
		}
		#css-menu-esempio-6 a{
		display:block;
		height:25px;
		text-align:right;
		line-height:25px;
		text-decoration:none;
		font-size:13px;
		font-weight:bold;
		color:#FFFFFF;
		padding-right:50px;
		border-top:1px solid #FFFFFF;
		background:url(img/arrow.gif) no-repeat top right;
		}
		#css-menu-esempio-6 a:hover{
		background-color:#D4CCB3;
		background-position:center right;
		padding-right:40px;
		}
		#css-menu-esempio-6 a.selezionato{
		background-color:#D4CCB3;
		background-position:bottom right;
		padding-right:40px;
		}
