body { font-family: Verdana, Arial, sans-serif; font-size: 75%; }
/*
	HEADER
*/
#header { width: 100%; height: 125px; position: relative; border-bottom: solid #ccc 1px; }
#printLogo { position: absolute; top: 50%; left: 0; margin-top: -16px; }
#contactInfo { position: absolute; bottom: 20px; right: 20px; text-align: right; }
/*
	CONTENT
*/
p { line-height: 1.4; }
#content img { float: right; margin: 10px 0 10px 10px; }
.products #primary { width: 400px; float: left; }
.products #secondary { width: 233px; float: right; }
.products .stretcher { display: visible; }
/*
	HIDDEN
*/
#navigation, #footer, h1, .news #secondary, .products #tertiary, #breadcrumb { display: none; }