bueno me he animado y te he echo esto.
Css:
Código:
#contenedor{
width: 350px;
border:1px solid blue;
height:300px;
}
#imagenes{
float:left;
width:220px;
border:1px solid red;
margin:5px;
}
.imagen1{
float:left;
}
.imagen2{
float:right;
}
#comentario{
float:right;
width:100px;
border:1px solid red;
margin:5px;
}
.titulo{
text-align:center;
font-weight:bold;
font-size:14px;
}
.comentarios{
text-align:left;
color:red;
font-size:14px;
margin:5px;
}
Html
Código:
<div id='contenedor'>
<div id='imagenes'>
<img class='imagen1' src='marine_references.jpg'>
<img class='imagen2' src='navy_references.jpg' >
</div>
<div id='comentario'>
<p class='titulo'>Titulo 1</p>
<p class='comentarios'>Hellow world Hellow world
Hellow world Hellow world Hellow world </p>
</div>
</div>
asi es como se ve:
http://imageshack.us/photo/my-images/62/pruebak.png
y si no es como quieres sube una imagen de ejemplo.