Because of the way your Site Template is designed, and to get something that looks like your ns.jpg illustration,
I would suggest trying;
div.mod_sobi2simplefeatured div.entry {
background: #F6F6F6;
border: 2px solid #DDDDDD;
padding: 2px 15px;
margin: 2px;
float:left;
width:255px;
height:110px;
}
div.mod_sobi2simplefeatured div.title {
font-size: 17px;
font-weight: bold;
padding-top:5px;
}
div.mod_sobi2simplefeatured div.image img {
height: 100px;
margin-top: -23px;
float:right;
}
Layout works OK in Firefox, you may need to check it in Internet Explorer
Your other option is to change the sequence of how mod_sobi2simplefeatured outputs the HTML elements (output the image before the other elements and then float:right the image) by modifying {MyJoomlaInstallation}/modules/mod_sobi2simplefeatured/tmpl/default.php - See
Module TemplateRegards - Mark