@charset "utf-8";
/* CSS Document */


#head_zone{
	display:block;
	float:none;
	width:100%;
	height:100px;
	margin:0;
	background-position:left top;
	background-repeat:repeat-y;
	background-image:url(../../images/Templates/ECH/HeaderLeftRed.jpg);


	background-color:#af0c12;
}

#head_content{
	display:block;
	width:990px;
	height:100px;
	background-image:url(../../images/Templates/ECH/headerBackground.jpg);
	background-repeat:repeat-y;

	margin: 0px auto;
	
}
.head_logo{
	display:block;
	float:left;

}
#date_zone{
	display:block;
	float:right;
	width:260px;
	height:50px;
	margin: 10px 0px;
	
	

}
.dateText{
	display:block;
	float:left;
	width:97%;
	height:auto;
	
	margin-top:16px;
	margin-bottom:4px;
	padding-right:8px;
	
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-transform:capitalize;
	line-height:18px;
	text-align:right;
}
.publishedSince{
	display:block;
	float:left;
	width:97%;
	height:auto;
	
	font-size:10px;
	color:#FFFFFF;
	text-transform:capitalize;
	line-height:12px;
	text-align:right;
	padding-right:8px;


}
.paperLogo{
	display:block;
	float:left;
	height:100px;
	width:778px;
	width:auto;
	
}
