/* 
Ghost Town Markup
CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/
Andy Clarke (http://www.stuffandnonsense.co.uk)
http://www.stuffandnonsense.co.uk/archives/ghost_town_markup.html

IMPORTANT:
This layout is not a template. You may not reproduce it elsewhere without my written permission. 
However, feel free to study the CSS and use techniques you learn from it elsewhere.
*/

/* layout divs */

/* =container */
* html #div0 { margin : 0 auto; width : 100%; text-align : left; }

/* =branding */
* html #div1 { height : 18em; background-color : #f3f3f2; }

/* =content */
* html #div2 { float : right; width : 100%; margin-left : -22em; }

/* =content-main */
* html #div3 { margin-left : 22em; }
* html #div3 h2 { font-size : 180%; line-height : 110%; }

/* =content-sub */
* html #div4 { float : left; width : 21em; margin-left : 0; }

/* =siteinfo */
* html #div5 { clear : both; width : 100%; padding : 2em 0; background-color : #f3f3f2; }
