mas o menos seria algo asi:
Código HTML:
<html>
<body style="margin:0;">
<div style="float:left;width:160px;">
<div style="height:90px;width:160px;"></div>
<div style="width:160px;"></div>
</div>
<div style="margin-left:160px;">
<div style="float:left;width:200px;height:40px;"></div>
<div></div>
<div style="float:right;"></div>
<div style="float:right;width:80px;height:80px;"></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</body>
</html>
lo he hecho en 5 minutos y falta añadir un tamaño en % al area ajustable de la derecha (ya que no lo incluyes en tu dibujo, no lo he puesto - pero probablemente tu intencion sea esa)
luego ya tu lo ajustas como te de la gana, pero la estructura si usas divs y floats es un poco esa (luego se podria hacer con un grid, con tablas, etc. y en parte seria mas sencillo)