@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 {
	width: 456px;
	float: left;
	margin-right: 12px;
	margin-top: 37px;
}
.col3 {
	width: 242px;
	float: left;
	margin-top: 35px;
}
