@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
==============================================================================
 */

.location {
	width:210px;
	height: 106px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
.col2 h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.col2 p {
	margin-top: 0;
	font-size: 11px;
}
#flashContent{
	position: relative;
	top:-33px;
}



