/*
 *
 * Print stylesheet for Opportunities.co.uk
 * - Strip down the page so it's ready to be printed
 *
 */

/****** Remove unnecessary sections ******/
#top_ad ul, #navigation, #left_ad, #right_ad, #bottom {
	display: none;
}

/****** Fill the extra space with the content ******/
.entry {
	width: 100%;
	margin: 0;
}