@media print {


	.noprint {
		display:none;
	}
	#wrapper {
		width:780px;
	}
	.mod_navigation,
	#left,
	#right {
		display:none;
	}
	* {
		font-family:helvetica, sans-serif;
	}
	#titleheader,
	#stdheader {
		width:720px;
		height:155px;
		background-image:url(/tl_files/images/header_graphic_print_720.jpg);
		background-repeat:no-repeat;
	}
	#container {
		background:none;
	}
	#main {
		margin-right:0;
		margin-left:0;
	}
	h1 {
		margin-bottom:18px;
		font-size:18px;
	}
	a {
		text-decoration:none;
		color:#a84204;
	}

}