#news_view {
    text-align: left;
    padding:40px 0 0px 0px;
  }
  
html>/**/body #news_view /* FireFox*/{
	padding:38px 0 0px 0px;
}

#news_content {
    float:right;
    width: 302px;
	line-height:180%;
  }

#news_content a{
    color:#565656;
	text-decoration:underline;
  }
  
#news_content a:hover{
	color:#CC3300;
  }

.news_title h1{
    font-size: 12px;
    font-weight: bold;
	margin:0px 0px 10px 0px;
	position:inherit;
	color:#565656;
  }
  
#allegato_news{
    padding:20px 0 0px 0px;
  }
  
#allegato_news a{
	color:#999999;
	text-decoration:none;
  }
  
#allegato_news a:hover{
	 color:#CC3300;
  }
  
.news_photo {
    float:right; 
	padding:15px 0px 10px 15px;
}

html>/**/body .news_photo/* FireFox*/{
	float:right; 
	padding:5px 0px 10px 20px;
}