Rob don't know how you are with code, but if you just want the code the code to pull different groups of categories with the post title here you are.
Code:
<?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
If you don't want to show the whole post use an excerpt or content with a limit on it.
Code:
<?php the_excerpt(); ?>
Copy the index/main php file and use it to create a new file called home.php.
In this file create a few div ids: homepage - homeleft - homeright and size these in the css.
Then create a/some div classes: posts and size these in the style css.
The Revolution themes are also all pretty damn good as already mentioned. The site in my sig is a revolution tech.
Bookmarks