Gracias por la informacion ;)
He resuelto hecho justamente lo que queria agregandole un POSITION:RELATIVE a el DIV de la derecha y eliminando la propiedad: FLOAT:RIGHT
;) Muchas gracias.
Código HTML:
<div style = "overflow:hidden; margin-left: auto; margin-right: auto; width:auto;">
<div style = "height: 45px; width: auto;"></div>
<div style = "float: left; height: 75px; width: 182px; border:#006699 1px solid;"></div>
<div style = "height: 75px; width: auto; border:#006699 1px solid; position:relative;"></div>
<div style = "clear: both; height: 45px; width: auto;"></div>
</div>
*Nota: el borde es solo para poder ver las capas en el navegador ;)