/*----------------------------------------

Shine front-end framework
File Name:		print.css

Site Name: 		Shine Marketing
Developed By: 	Shine Marketing
Date Created:	01/01/2010
Last Updated:	01/01/2010
Copyright:		Shine Marketing

----------------------------------------*/


.print {display:block;} /* added for printing the page */

#container { 	/* Define website WIDTH */
	width:100%;
	margin: 0;
}

#header		{display:none;}
form		{display:none !important;}
#footer		{display:none;}
#content #leftCol	{display:none;}
#content #rightCol	{display:none;}
#content #primary	{
	float:none;
	padding:0;margin:0;
	font-size:13px;
	width:100%;
}
