/* GENERAL STYLES */

html                    { width: 100%; height: 100% }
body                    { width: 100%; height: 100%; line-height: 1.5; margin: 0; padding: 0; text-align: center; }


/* MAINLAYOUT */

.clearer                { clear: both; }
.wrapper                { width: 960px; margin: 0 auto 0 auto; text-align: left; }
.header                 { width: 960px; height: 150px; background: #f00; }
.content                { width: 960px; background: #0f0; float: left; }
.leftcolumn             { width: 160px; background: #ff0; float: left; }
.rightcolumn            { width: 800px; background: #f0f; }
.footer                 { width: 960px; background: #00f; }

 