#info p {
	margin-left:15px; 
	margin-right:20px;
}
#info img {
	margin:15px; 
	float:left;
}
#info h1 {
	margin-left:15px;
}
/* the style starts here */
a.tooltip {
	color:#0084A8;
}
a.tooltip b {
	display:none;
}
a.tooltip:hover      {
	border:0;      
	position:
	relative; 
	z-index:500; 
	text-decoration:none;
}
a.tooltip:hover b    {
	display:block; 
	position:absolute; 
	top:20px; 
	left:-25px; 
	padding:5px; 
	font-weight:normal; 
	color:#000; 
	border:1px solid #888; 
	background:#ffc; 
	width:100px;
}
a.tooltip:hover b em {               
	position:absolute; 
	left:20px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(/images/tooltip.gif) 0 0; 
	display:block; 
	font-size:1px;
}
.clear {
	clear:
	both;
}
