@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: 200px;
	height: 350px;
	/*
	padding-top:0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
    */
	float: left;
	margin: 0px;
}
.col2 {
	width: 450px;
	/*
    padding-top:0px;
	padding-right:0px;
	padding-left:50px;
	padding-bottom: 10px;
    */
	float: left;
	margin:0px;
	margin-top:0px;
}
.col3 {
	width: 200px;
	height:350;
	/*
	padding-top: 5px;
	padding-right:10px;
	padding-left:0px;
	padding-bottom: 10px;
    */
	float: right;
	margin-top: 30px;
}

