	@charset "utf-8";
	/* CSS Document */
	
	
	
	#container {
		width: 70%;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #DDDDDD;
	}
	
	body{
	
		}
	
	#logo {
		float: left;
		padding: 0px;
		margin: auto;
		width: 44%;
		background-color: #FFFFFF;
		overflow: visible;
	}
	
	#flash {
		float: right;
		background-color: #FFFFFF;
		width: 56%;
	}
	
	#toppa {
		height: 94px;
		background-color: #FFFFFF;
		margin-left: auto;
		padding-left: 0px;
		float: left;
		width: 56%;
	}
	#toppapagine {
		height: 94px;
		background-color: #FFFFFF;
		margin-left: auto;
		padding-left: 0px;
		width: 26%;
	}
	
	#linea {
		background-color: #FF9900;
		height: 7px;
		overflow:hidden;
		clear: both;
	}
	
	#menu {
		width: 24%;
		float: left;
	}
	
	ul, li, a {
		color:#EA8C00;
		list-style-type: circle;
		font-weight: bold;
		line-height: 3em;
		font-size:95%;
	
		}
		
	ul, li, a:HOVER {
	 color: #3A4D6B;
	 
	}	
	
	#ciao {
	width: 75%;
	float: right;
	border-right-color: #DDDDDD;
	padding-right: 2px;
	background-color: #F1FED6;
	}
	
	#primerighe {
	font-size: 115%;
	color:#3A4D6B;
	line-height: 125%;
	text-align: justify;
	margin: 3%;
	font-family: "century gothic";
	font-weight: 600;
	display: block;
	font-variant: small-caps;
		}
		
	#testo {
		font-size: 90%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #3A4D6B;
		line-height: 145%;
		text-align: justify;
		margin: 3%;
		}	
		
	#titoli {
		font-size: 115%;
		font-family:"century gothig";
		color: #31415B;
		line-height: 130%;
		text-align: justify;
		margin: 3%;
		font-weight: 400;
		font-variant: normal;
		}	
	
	#footer {
		background-color: #333333;
		clear: both;
		height: 4em;
	}
	
	#loghi {
		float: left;
		padding: 1%;
	}
	
	#firme {
		float: right;
		padding: 1%;
		text-align:right;
		color:#CCCCCC;
		margin-top:2%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size:65%;
	}
		

