/* 	Use this stylesheet for print-friendly pages
 	Add new styles to overwrite those in master.css
*/

/*import the site's default stylesheet*/
@import url(/lib/styles/master.css);

/*override default body style */
body {
	background: #FFFFFF url();
	padding:10px 0 0 10px;
	color:#666666;
}
h1 {
	color:#000000;
}
h2,h3,h4,h5,a,p,a:hover {
	color:#666666;
}

#wrapper {
	width:610px;
	padding:0;
	margin:0;
	background:url();
}

#content.print {
	width:590px;
	padding:0;
	margin:0;
	float:none;
}

#content.print .logo {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
}

#content.print {
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}
