@charset "UTF-8";
/* 
==============================================================================
Style specific to a master page layout. This should style things like column
widths.

It is all about the formation of a wireframe with in an overall site frame work

PRINT STYLE SHEET FOR THE PRODUCT SECTION / MASTER PAGE
==============================================================================
 */
 
.col2 img.print {
	float:right;
	margin-left: 20px;
}
h1, h2 {
	padding-left: 0;
}

