	/* *** PRINT FRIENDLY STYLESHEET *** */

	/* *** PRINT SPECIFICS *** */

	/* Removes navigation elements  */
	#leftmenu, #rightmenu {
	display: none;
	}
	
	/* *** SWITCH HEADER IMAGE *** */
	.noprinthead {display: none;}
	#printheader {
	display: block;
	position: relative;
	left: 0;
	}
	
	/* Add padding to the top of the content cell so there's the required gap below the logo */
	#content {
	padding-top: 18px;
	padding-bottom: 18px;
	}
	
	/* Add the line that extends from print logo */
	#printline {
	border-bottom: solid;
	border-bottom-color: #B5B0B0;
	border-bottom-width: 1px;
	}
	

	/* *** ADJUST FONTS *** */



	/* *** OPTIONAL CLASSES *** */
	/* Add this class to those other elements that don't need to be printed out */
	.noprint {
	display: none;
	}
	
	/* This class can be used to force a page break - e.g. to avoid an image being split over two pages */
	.pagebreak {
	page-break-before: always;
	}
	

#main_spacer {
	width: 15cm;
	max-width: 15cm;
	height: 1px;
}

#left_spacer, *#right_spacer, *#left_pad, *#right_pad {
	width: 1cm;
	max-width: 1cm;
}

#banner {
	width: 17cm;
	height: 1.7cm;
}

#everything {
	width: 17cm;
	max-width: 17cm;
}

#main_body {
	width: 17cm;
}

#main {
	width: 17cm; 
	max-width: 17cm;
} 

#left, #right, #textsize, #footer1, #poster, #poster_divider, #bottom_line, #rollovers, #left_pad, #right_pad, #inlinelist, #google_tm, #leftNav {
	display: none;
}	
#content {
	padding: 5px 0 5px 0;
}
.contact {
	margin: 2px 0 0 0;
	padding-left: 0;	
}
