/* printing specific css for the homepage */
/* this stylesheet will be loaded when the user attempts to print */


/* general left content and right content changes */
div#page_content div#left_content, div#page_content div#right_content
{
	display: none;
}

div#page_content div#centre_content
{
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}


/* the advertorials */
img.advertorial
{
	display: none;
}

/* end of file */
