/*
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
Version 1.1 - Modified, October 1, 2008

/////////////////////////////////////////////////////////////
	
PRINT STYLES
This can control how once the user clicks PRINT or PRINT PREVIEW, 
how they view the site. Anything can be overwritten, hidden or 
made visable.
	
> For more informaion on CSS, 
http://accountsupport.elementfusion.com/css-help
	
*/




body {
background: #fff;
color: #000;
width: 8.5in;
}	



/* stuff to hide */
#adminbar {
display: none;
}


