
/* AM&S - Print CSS */ 

#header {height: auto; padding-bottom: 20px; border-bottom: 0.3pt dotted #ccc}
#header-print {
	display: block;
}
#nav, #nav2 {
	display: none;
}
#footer {
	border-top: 0.3pt dotted #ccc;
}
#footer p {
	padding-top: 20px;
}
object, embed {
	display: none;
}







