/* CSS Document - Print
---------------------------------------------------------- */

body {
	background: white;
	}

/* Logo printing
---------------------------------------------------------- */
html body #printlogo { 
display: block;
text-align: left; }

/* Unfloat Content and Set to Printable Width
---------------------------------------------------------- */
#wrap, #home_left, #home_center {
  float: none;
  width: 650px;
  margin: 0;
  padding: 0;
}

html body p, hr, br, ul, li, td, b, u, i, th {
width: auto;
}

html body h1, h2, h3, h4, h5, h6 {
font-family: verdana, arial, helvetica, geneva, sans-serif;
width: auto;}

/* Hide Content That Should Not Be Printed
---------------------------------------------------------- */
#header, #nav, #home_right, #home_products {
	display: none;
	}

/* Reformat Links
---------------------------------------------------------- */
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}