

#box{
	position:relative;
	display:block;
	text-align:left;
	width:620px;
	height:100%;
	border-top:5px solid #FF66CC;
}

#box h2{
	font-size:24px;
	margin:15px 0 15px 14px;
	color: #FF66CC;
	
		
}

#box h5{
	font-style:none;
	font-size:13px;
	margin:15px 0 15px 14px;
	border-bottom:1px dotted #999999;

		
}

#contenitore{
	border-bottom:1px dotted #999999;
	text-align:left;
	position:relative;
	display:inline-block;
	height:120px;
	width:270px;
	margin:1em 1em 1em 1em;
	float:left;
	
}

#contenitore h2{font-size:16px;}


.left{
	position: relative;
	height:100%;
	width:100px;
	float:left;
}

.left img{
	border:4px double #FF66CC;
	margin:0 5px 5px 5px;

}

.right{
	position:relative;
	height:100%;
	width:170px;
	float:left;
}

.right h3{
	margin-top:0px;
}

.right h3 a{
	border-bottom:2px  dotted #999999;
	font-size:18px;
}

.right h3 a:hover{
	border-bottom:2px  dotted #999999;
	font-size:18px;
}

.right h3 a:link{
	border-bottom:2px  dotted #999999;
	font-size:18px;
}

.right h3 a:visited{
	border-bottom:2px  dotted #999999;
	font-size:18px;
}

.right h3 a:focus{
	border-bottom:2px  dotted #999999;
	font-size:18px;
}

.right a{
	text-decoration:none;
	color:#FF66CC;
}

.right p{
	color: #666666;
  	font-family: "Trebuchet MS", Tahoma, Verdana, "Times New Roman";
	FONT-SIZE: 9pt;
	margin:0;
}




















