<div style="overflow: hidden;">
<div style="border: 0px solid #000; float: left; width: 430px;">
<h2><a href=
"<?php print $node_url ?>" title=
"<?php print $title ?>"><?php
print $title ?></a></h2>
<?php print substr($node->
content['body']['#value'],
0,
200);?>
<a href="<?php print $node_url ?>" title="read more">read more</a>
</div>
<div style="border: 1px solid #000; float: right;">
<?php print $node->
field_news_image[0]['view'];
?>
</div>
</div>