2
The best way to present the way you want is to use all blocks, even for news on the main page.
You can, however change the order that blocks are displayed in relation to modules by editing theme.html.
In theme.html you will see a series of "block loops" that specify the order of blocks from top to bottom. Within that you will find a piece of code that looks like this:
<div id="content"> <{$xoops_contents}> div>
This is where the module content will show on the page. Just move this code to above the center, center right, center left blocks for the module content to show above these blocks, or move the code below these above loops to get the module content to show below the blocks.
HTH.