@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
==============================================================================
 */
 
/* Products Landing Page */
.col1{
	margin-right: 0;
}
.col2{
	width:720px
}

