/* CSS Document */
body {background-color:#efefef}

#menu {
	position : absolute;
	border-right-color: #FF6600;
	border-right-style: inset;
	border-right-width: thick;
	background-color: #c9c5c4;
	width: 185px;
	font-family: "Century Gothic";
	color: #333333;
	padding-left: 7pt;
	padding-top: 7pt;
	padding-bottom: 7pt;
	line-height:20px;
	top: 10px;
	z-index: 1;
	right: 150px;
	left: 10px;
}
	a {
	text-decoration: none;
	color: #FF6600; }
	a:visited {
	color: #FF6600;
    }a:hover {
	color: #333333;
	background-color: #c9c5c4;
	  }
   
   
#menu h1 {
	font-size: 14px;
	font-style: normal;
	font-family: "Lucida Console";}
	  
	#menu h2 {
	font-style: italic;
	font-size: 16px;
	    }
	#menu h3 {
	font-style: normal;
	font-size: 16px;
		    }

	#menu h5 {
	font-style: normal;
	font-size: 16px;
	padding-left: 7pt;margin-top:-15px
}
	#menu h4 {
	
	font-size: 14px;
	padding-left: 15pt;
	margin-top:-19px
}

#logo {
	position:absolute;
	top: 8px;
	right:895;
	left: 789px;
	
}
#titolo {
	position:absolute;
	top: 32px;
	font-family:"Century Gothic";
	color: #006699;
	font-size:15px;
	width: 310px;
	
	left: 659px;
}
#testo {
	position:absolute;
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: normal;
	left: 232px;
	top: 120px;
	height: 261px;
	width: 734px;
	border-right-color: #FF6600;
	border-right-style: inset;
	border-right-width: thick;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FF6600;
	background-color: #f0e0dc;
}
#sottotitolo{
	position:absolute;
	left: 210px;
	top: 60px;
	border-right-color: #FF6600;
	border-right-style: inset;
	border-right-width: thick;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FF6600;
	font-family: "Century Gothic";
	color: #FF6600;
	padding-left: 7pt;
	padding-top: 7pt;
	padding-bottom: 7pt;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	width: 295px;
}

