﻿/*

Fishpools Print css

release 1

CSS and XHTML templates by Dominic Laurence - Copyright (c) Netcel 2010

IMPORTANT - Updates to this file need to be tested on IE6, IE7, Firefox 3, Safari 3 and validated to W3C standards

*/

@media print {

#container, * {
width: 100%;
}
#mainNav, #leftCol, #footer, #header table,#footerLinks {
	display:none	
}
table.imageBoxes {
	width:92%!important	
}
}