/*
Copyright (c) 2008, Element Fusion, LLC. All rights reserved.
-------------------------------------------------------------
LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
-------------------------------------------------------------
This document, and all creative material associated herein,
is protected under copyright law to be used exclusively with
the Content Management Systems of Element Fusion, LLC.
-------------------------------------------------------------
You can read the full creative license agreement at:
http://www.elementfusion.com/license
-------------------------------------------------------------
Version 1.0 - June 23, 2008
*/

body {
	background: #fff;
	color: #000;
	width: 8.5in;
}	



/* stuff to hide */
#adminbar,
#navigation {
	display: none;
}







/* STUFF TO REWRITE */

	/* forcing the page width to be printer friendly */
	#pageContainer {
		width: 8.5in;
		margin: 0;
	}

	
	/* getting some nice margins between columns */
	#mainColumn {
		margin-right: 25px;
	}		
	#subColumn {
		margin-right: 15px;
	}
	#extraColumn {
		margin-left: 15px;
	}
	
	
	/* getting it left aligned to look better. */	
	#copyright {
		text-align: left;
	}
