@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
==============================================================================
 */

.col2 {
	width:308px;
}
.col3 {
	width:360px;
}
