@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
==============================================================================
 */
 
.col1 {
    position: relative;
	float: left;
	width: 540px;
	margin-right: 10px;
}
.col2 {
    position: relative;
	float: left;
	width: 260px;
}

#Frame_BG{
	/*background: url("/images/BottleAndGlass.jpg") no-repeat top right;*/
}
