@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: 20%;*/
	width: 225px;
	float: left;
	margin-top: 0px;
}

.col2 {
	/*width: 75%;*/
	width:720px;
	float: right;
	margin: 0px;
}

