I would suggest updating to the latest version of Web2py which uses Twitter Bootstrap for layout. Then instead of editing the CSS files, you simply declare classes in your HTML.
http://twitter.github.com/bootstrap/ Example: 1. <div class="row"> 2. <div class="span4">...</div> 3. <div class="span8">...</div> 4. </div>

