
/* Workplace Print Stylesheet === Developed by: Why Design 05.04.08 ================================== */


#container, #innercontainer, #footer, #header {
	width:640px; /* Resizes page to A4 */
}

#header_print {
	visibility:visible; /* Reveals header image for print */
}

#content, #content_fullwidth {
	width:636px; /* Resizes content to A4 */
}

#leftcol {
	width:300px;
	margin:0 8px 10px 17px; /* Resizes content to A4 */
}

#nav, #rightnav, #bottombar, #footerlinks, #credit, #header form {
	visibility:hidden;
	position:absolute;
	z-index:100; /* Hides unused elements from web page */
}

#phone_no {
	float:left;
	width:300px;
	margin:0 0 10px 7px; /* Adjusts copy flow length */
}

#footer {
	height:20px;
	border-top:solid 2px #A19589;
	padding:7px 0 0 0;
}

#copyright {
	padding:0 0 0 18px;
}

h1 {
	font-family:Arial Black;
	font-size:30px;
	line-height:30px;
	color:#A19589;
	margin:10px 0 20px 0;
	padding:0;
	font-weight:normal;
	letter-spacing:0;
	height:50px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#2E1F20;	
	margin:0 0 10px 0;
	padding:0;
}



