This page, for example, is built using the grid structure indicated to your right. Six divs with a class attributed to them. The framework does the rest of the layout for you. Here is the code:<body>
<div class="container_16">
<div id="header" class="grid_10">
</div>
<div class="grid_6">
</div>
<div class="grid_16">
</div>
<div id="news" class="grid_12">
</div>
<div id="links" class="grid_4">
</div>
<div id="footer" class="grid_16">
</div>
</div>
</body>