/*
Theme Name: WuCoco - Three Column
Theme URI: http://mikelococo.com/projects/wucoco/
Description: A three-column layout originally based on <a href="http://wuhan.authenticasian.com">Wuhan</a>.  It has a darker background pallette and integrates navigation into the header image.
Version: 0.10.2
Author: Mike Lococo
Author URI: http://mikelococo.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	See style-core.css for additional styles.
	See style-ie.css for ie-specific fixes.
*/

#header { width: 980px; }

#page_container { width: 980px; }

#postcol {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	}

#leftbar {
	position: absolute;
	left: 0px;
	width: 250px;
	background: #EAEDF2;
	}
