I’ve taken my Drupal theme Sands and split it up into two different distributions/versions: one that uses tables for layout (will continue to be called Sands) and one that uses CSS (to be Sands_CSS).
Basically, they are the exact same thing, except a different columns.css and page.tpl.php file.
Drupal’s 4.6 use of the
You can read more about Sands on the page on this site, or through Drupal’s project pages for Sands and Sands_CSS.