@import url(screen.css);

body {
	background-color: transparent;
	width: 640px;
}

h2, h2 a { color: #1c64d1; }

div#container { width: 100%; }

div#header { margin-bottom: 20px; }

div#header-right { display: none; }

div#banner { display: none; }

div#outer {
	background: transparent;
	border: none;
}

ol#content-left { display: none; }

div#content-center { padding: 0; }

div#content-right { display: none; }

div#footer { display: none; }

div.products-table { margin: 0 0 10px 0; }

div.products-table-left { width: 150px; }

div.products-table-left img {
	height: 100px;
	width: 150px;
}

div.products-table-right {
	float: left;
	width: 447px;
}

table.table td { font-size: 10px; }

.dontPrint { display: none; }