img{
	margin:0;
	border:none;
}
#esq, #central, #dir{
	float:left;
	margin-right:19px;
}
#esq{
	width:259px;
}
#central{
	width:255px;
}
	#central ul{
		display:table;
		width:100%;
	}
	#central li{
		display:block;
		width:122px;
		float:left;
		margin:2px;
	}
#dir{
	width:170px;
	margin-right:0;
}
	#dir li{
		list-style:none;
		margin-bottom:20px;
	}
	#dir a{
		text-decoration:none;
	}
	#dir a:hover{
		text-decoration:underline;
	}
	a{
	cursor:pointer;
	border:0 none;
	display:block;
	
}
a:hover{
	text-decoration:underline;
}