.masthead { 
/*	background: #ffe57c; */
/*	height: 42px; */
	float: left;
	height: 32px;
	position: relative;
	margin: 5px 0;
	padding: 0;
	z-index: 1;
	display: block;
	text-transform: uppercase;
}

/*
.masthead .leftEdge { 
	display: block;
	left: -8px;
	float:left;
	background: transparent url(/assets/modules/common/masthead/left.png) no-repeat 0 0;
	width: 8px;
	height: 50px;
	top: 0px;
	position:absolute;
}
*/
.masthead .mastText { 
/*	float: left; */
	display: block;
	font: 300 24px/1 'omnes-pro', sans-serif;
	margin: 0;
	padding: 0 0 6px 0; 
}
/*
.masthead .rightEdge { 
	position: relative;
    left: 7px;
	display: block;
	float:left;
	background: transparent url(/assets/modules/common/masthead/right.png) no-repeat 0 0;
	width: 7px;
	height: 42px;
}
*/

h2.masthead {
	background: transparent url(/assets/repaint/title-dots.png) repeat-x;
	float: none;
	width: auto; 
}
