/*printer styles*/
@media print{
	/*hide the left column when printing*/
	#side_nav,#nav {
	display: none;
	}
}
