@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
==============================================================================
 */
 
 /* 954px total (matches the footer/comps) */
 .col1 {
	width: 201px;
	float: left;
	margin-right: 42px;
	margin-top: 30px;
}
.col2 {
	float: left;
	width: 711px;
	margin-top: 33px;
}
