mck89 правильно .. также вы можете скрыть области, основываясь на том, сколько контента в них ...
Примерно так (псевдокод):
<html>
<head>
<title>My test</title>
</head>
<body>
<table>
<tr>
<td><jdoc:include type="modules" name="left" style="xhtml" /></td>
<td><jdoc:include type="modules" name="main" style="xhtml" /></td>
<?php if ($this->countModules( 'right' )) : ?>
<td><jdoc:include type="modules" name="right" style="xhtml" /></td>
<?php endif; ?>
</tr>
</table>
</body>
</html>