/*
Title: Print Styles
Author: Chris Quinn
Date: February 12, 2006
*/

@import url(screen.css); /* Import all screen styles and override the styles listed below */

body {
	background: #FFF; /* Save printer ink by changing background to white */
}

#header, #introduction, #navigation, #resume, #design, #photography {
	display: none; /* Turn off display for page content because background images will not print out anyway */
}

#print {
	text-align: center; /* Centers image horizontally in middle of printed page */
	display: block; /* Turn on display for printable screen capture */
}