.masthead { 
	background: #ffe57c;
	height: 42px;
	float: left;
	position: relative;
	margin: 10px 0;
	padding: 0;
	z-index: 50000;
	display: inline;
	text-transform: lowercase;
}

.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;
	margin: 5px 0px 0px 10px;
	font-weight: bold;
	font-size: 28px;
	
}
.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;
}