/*****************font generale*****************/

body, div, a, h1, h2, h3 {
font-family: helvetica;
}

/*****************DIV principali*****************/


div#container {
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
}

div#flash {
	width: 1000px;
	height: 500px;
	background-color: #6699CC;
}

div#titolo {
	width: 400px;	
	height: 270px;
	background-color: #FF9900;
	float: left;
	border-top: white 3px solid;
	
}

div#descrizione {
	width: 600px;	
	height: 270px;
	background-color: #FF9900;
	float: left;
	border-top: white 3px solid;
	

}

div#footer {
	width: 1000;	
	height: 120px;
	background-color: #FF9900;
	text-align: center;
	clear: both;	
}


h1#titolo {
	font-size: 21px;
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 6px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: -40px;
	padding-bottom: 3px;
}

p#descr {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 80px;
	padding-bottom: 3px;
	text-align: justify;

}

a.menulate {
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	color: #6699CC;
	letter-spacing: 1px;
	text-decoration:none;
	
}

a:hover.menulate {
	font-size: 15px;
	font-family: Arial;
	 	background-color: #ffffff;
    	color: #6699CC;
    	text-decoration: None;	
}

a.affitto {
	color: #ffffff;
   	text-decoration: None;
	
}

a:hover.affitto {
	color: #ffffff;
   	text-decoration: underline;	
}

p#dat {
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 45px;
	}

p#datedea {
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
