html,body {
	height: 100%;
}


body {
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    	background-color: #3B4499;
    }
		
		
div#wrapper {
	background: #ECECEC;
	width: 800px;
	margin: auto;
	 
}
	
	
         
div#menutop {
      height:30px;  
		background-image: url(img/sfondoMenu.jpg);
}
   
div#menutop a {
	height: 30px;
	float: left;
	color: #003C75;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	line-height: 28px;
	padding-left: 4px;
	font-weight: bold;
} 
	
   div#menutop a:hover {
	color: #0066CC;
}             
	
	div#menutop .separatore {
	height: 30px;
	line-height: 25px;
	padding-left: 4px;
	float: left;
	}
          
   div#spacer {
   	height:18px; 
   }   
	
	div#wrapper2 {
      background:white;   
		background-image: url(img/sfondo1.gif);
      width:800px;
		height:100%;
		margin:auto;
   }
          
   div#left {
	float: left;
	width: 200px;
	height: 100%px;
	background: #ECECEC;
	}     
    
    div#left a{
        display:block;
		height: 25px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#005C96;
		font-size: 11px;
		background-color: #C5DBE9;
		margin: 0 0 0 0;
		padding-left: 3px;
		line-height: 24px;
		padding-top: 15;
		border-bottom: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9;
		text-decoration:none;
    }
       
    div#left a:hover{
       background:#FFF9D8;
    }
	 
	 div#left a.under{
      display:block;
		height: 25px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#005C96;
		font-size: 11px;
		background-color: #E1ECF3;
		margin: 0 0 0 0;
		padding-left: 15px;
		line-height: 24px;
		padding-top: 15;
		border-bottom: 1px solid #C9C9C9;
		border-left: 1px solid #C9C9C9;
		text-decoration:none;
    }
       
    div#left a.under:hover{
       background:#FFF9D8;
    }
     
	 
    div#right {
       float:left; 
       width:600px;  
		 height: 100%;
       background:#ffffff;
    }
	 
	 div#bottom {
	float: left;
	width: 800px;
	height: 20px;
	background: #E1ECF3;
	border-top: 1px solid gray;
	font-family: verdana;
	color: navy;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

div#corpo {
	float: left;
	width: 590px;
	padding-left: 5px;
	padding-top: 5px;
	 
}

div#corpo .intestazione {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	width: 580px;
	border-bottom: 1px solid #000066;
	 
}

div#corpo .data {
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: Gray;
	width: 80px;
	height: 13px;
	border-bottom: 1px solid #EFEDED;
}

div#corpo a {
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #6685DC;
	width: 500px;
	height: 13px;
	text-decoration: none;
	border-bottom: 1px solid #EFEDED;
}

div#corpo a:hover {
	text-decoration: underiline;
	color: #0066CC;
}

div#corpo_articolo {
	font-family: verdana;
	font-size:10px;
	color:#000000;
	width:570px;
	margin:auto;
}

a.normale,a.normale:visited {
	font-family: verdana;
	font-size: 10px;
	color: #000033;
	text-decoration:none;
}


a.normale:hover {male
	text-decoration: none;
	border-bottom: 1px dotted #000066;
}

a.big,a.big:visited {
	font-family: verdana;
	font-size: 12px;
	color: #000033;
	text-decoration:none;
}


a.big:hover {male
	text-decoration: none;
	border-bottom: 1px dotted #000066;
}

