/*-----------------------------------------------------------
Spine-Works printed style sheet

This style sheet controls how the web site is formatted for
print

version: 	1.0
author: 	Robin Layfield
email: 		Robin@Karyx.co.uk
website:	http://www.karyx.co.uk
-------------------------------------------------------------*/

/* global style over-rides */

/* hide everything from print */
#masthead, #navstrip, #advert, #linkstrip, #copystrip, #sidebar, #location, #toplink { display: none; }

.hidden, .viewlink { display: none; }

/* except content */
#content {
	display: block;
}