/*
*	{
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	background-image: url(../img/sfondo.gif);
	background-color: #D0CDB4;
	background-repeat:repeat-x;
	text-align: center;
	}
	
.contenitore {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}

.contenuti {
	width: 920px;
	float: left;
	color: #000000;
	background-color: transparent;
	background-image: url(../img/colonna_sx_fondo.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	}

/*inizio footer*/
.footer	{
	width: 920px;
	height: 315px;
	float:left;
	color: white;
	background-image:url(../img/footer_interno.jpg);
	background-repeat:no-repeat;
	position: relative;
	}

.footer a	{
	text-decoration: none;
	color: #BCAE7B;
	}


	
.menu_footer	{
	width: 720px;
	float:left;
	padding-left: 200px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	}

ul	{
	list-style: none;
	color: #BCAE7B;
	}

.menu_footer a	{
	text-decoration: none;
	color: #BCAE7B;
	}

.menu_footer_sx	{
	width: 150px;
	float:left;
	text-decoration: none;
	}
	
.menu_footer_dx	{
	width: 150px;
	float:left;
	text-decoration: none;
	}
	
.footer_indirizzi	{
	width: 720px;
	float:left;
	padding-left: 200px;
	padding-top: 10px;
	}	
		
.footer_sx	{
	width: 680px;
	float:left;
	padding-top: 10px;
	position: absolute; top: 140px; left: 200px;
	border-top: 1px dotted #000000;	
	}

.footer_dx	{
	width: 330px;
	float: left;
	color: #BCAE7B;
	padding-top: 10px;
	position: absolute; top: 140px; left: 550px;
	}	
	
.footer_dx	a{
	text-decoration: none;
	color: #BCAE7B;
	}

