No necesitas tres divs, solo 2 (y una imagen):
Código HTML:
Ver original<img src="imagen.jpg" alt="Texto alternativo" /> <p>Grab your copy ofthis month's free file! Viewthe item details
<a href="#">here
</a>.
Código CSS:
Ver original.contenedor{
width: 230px;
padding: 10px;
}
.contenedor img{
width: 50px;
float: left;
}
.contenedor div{
width: 150px;
float: right;
}