@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 {
	width: 430px;
	float: left;
	margin-left: 25px;
}
.col2 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
}
#contentwp{
	margin: 0px 0px 20px 10px;
	padding: 0px;
}
#contentwp ul,
#contentwp li{
	padding: 0px;
	margin: 0px;
}
#contentMargin{
	width: 694px;
	background: url(../images/mb_bg_content_repeat_y.jpg) repeat-y #FFFFFF;
	margin-top: 150px;	
	margin-bottom: 40px;
}
#headerImage{
	position: absolute; 
	z-index: 450; 
	top: 0px; 
	left: 55px;
}
#headerFlash{
	position: absolute; 
	z-index: 500; 
	width: 740px; 
	height: 196px; 
	top: 0px; 
	left: 75px;
}
#contentBottom{
	background: url(../images/mb_bg_footer.png) no-repeat bottom;	
}

