/*==========================================================================

	Print Elements Stylesheet
	____________________________________________________________

	Client:		Carswell & Company
	Date:		5th September 2008
	Author:		Freehill Media
	Version:	2.0

===========================================================================*/

	/* [Standard Elements Styles] */
	
	 body
	{
		background-color: #fff;
		
		color: #000;
		font-size: 80%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
   
	h1,
	h2,
	h3
	{
		color: #000;
		font-size: 120%;
	}
	
/*=========================================================================*/

	/* [Hide Elements Styles] */
	
	.navigation,
	.flash,
	.details,
	.sidecol,
	.logo
	{
		display: none;
	}
