/* masthead definitions */
	.masthead_wrapper {
		width: 100%; 
		color: #ffffff;
		height: 140px;
	}
	.masthead_title {
		position: relative;
		width:100%;
		padding-top: 46px; 
		text-align: center; 
		font-size:2.5em; 
		font-weight: 500; 
		margin-top: -145px;
	}
	.rightmast_img {
		float:right; 
		z-index: 4; 
		width: 95px;
		margin: -120px 8% 0 0; 
		font-size:2px; 
		background-color: transparent;
	}
	.leftmast_img {
		float:left; 
		z-index: 4; 
		width: 95px; 
		margin: -120px 0 0 8%; 
		font-size:2px; 
		background-color: transparent;
	}
	.masthead_top_left {
		margin-right: 25%; /* clip right corner */
		background-image: url('../images/main/bluelightblueL.gif');
		background-repeat: repeat-y;
		height: 110px; /* vertical: show first half of the image with the top-corners in it */
		font-size: 2px; /* correct height for IE */
	}
		
	.masthead_top_right {
		margin-top: -110px; /* to level of top-left corner */
		margin-left: 25%; /* clip left corner */
		background-image: url('../images/main/bluelightblueR.gif'); 
		background-position: 100% 0; /* show bg-image starting at the right */
		background-repeat: repeat-y;
		height: 110px; 
		font-size: 2px;
	}
	.masthead_bottom {
		background-image: url('../images/main/greyfade.gif');
		background-repeat: repeat-x;
		background-position:50%;
		height: 10px;
		margin: 0px;
		padding:0;
	}
