/************************************************\
 ******************** LAYOUT ********************
\************************************************/

/*	Created: 18 March 2010 & 10AM
 *	Author: Joshua Deidun <www.ivt.com.au>
*/


/*  For more information on print stylesheets.
 *	http://www.alistapart.com/articles/goingtoprint/
*/


/*	TYPOGRAPHY
 *	----------------------------------------------
*/

	body
	{
		margin: 20pt;
		color: black;
		font: normal 0.6886em/1.5em Verdana, Arial, Helvetica, sans-serif; 
		/* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks */
		/* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
	}
	
	
	/* --- links */
	
	a,
	a:link,
	a:active,
	a:visited
	{
		color: black;
		text-decoration: none;
	}

        img 
        {
                border: 0;
        }
 	
	
/*	LAYOUT
 *	----------------------------------------------
*/

	/* hide here any elements you do not want to print 
	   eg.*/
	   
	div#nav, #ivt, #content #left, #footer span, #banner, #random
	{
		display: none !important;
	}	   
	