/* 
CoachingWorks.ca
Author: Ignition Industries | http://www.ignitionindustries.com
Created: December 2004

File: print.css
Description: Modify current screen CSS for print.
*/

@import url(layout.css);
@import url(type.css);
@import url(images.css);

body {
	padding: 0px;
	font-size: 11px; 
	/*background: #F0EEF4 url(../images/interface/bgrd.gif) repeat-x;*/
	margin: 0px auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #41240D;
	font-size: 11px;
}

/* MODIFY */
#all { margin: 0px auto; width: 100%; /* Box model hack */ voice-family: "\"}\""; voice-family:inherit; width: 100%; }
#navigation { display: none; }
#main { margin: 0; padding: 0; text-align: left; width: 100%; voice-family: "\"}\""; voice-family:inherit; width: 100%; clear: both; }
#wood { margin: 0px; padding: 0px; text-align: left; width: 100%; voice-family: "\"}\""; voice-family:inherit; width: 100%; clear: both; }
#lside { display: none; }
#rside { width: 70%; voice-family: "\"}\""; voice-family:inherit; width: 70%; margin: 0 0 0 75px; }
#rside#pagetitle { display: none; }
#thefooter { display: none; padding:0px; margin: 0px auto; width: 712px; background-color: #F8F1FB; clear: both; }