#hcea-headerContainer {
	padding: 0 0;
	//width: 100%;
	height: 95px;
	background: url('../images/sliver.png') repeat-x top left;
	display: block;
}

#hcea-short-headerContainer {
	padding: 0 0;
	float: left;
	width: 100%;
	height: 43px;
	background: url('../images/sliver.png') repeat-x top left;
	display: block;
}

#hcea-headerMain{
	height: 95px;
	background: url('../images/logo.png') no-repeat top left;
}

#hcea-short-headerMain{
	height: 43px;
	background: url('../images/logo_short.png') no-repeat top left;
}


#hcea-headerTitle {
	margin: 0 auto;	
	padding: 48px 0 0 100px;
}

#hcea-headerTitle h1{
	color: #972222;
	font-family: Times;
	font-size: 30px;
	padding: 0;
	margin: 0;
}

#hcea-headerMenu{
	height: 32px;
	margin: 0 auto;
	width: 450px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#hcea-headerMenu ul {
    margin: 10px 0px;
	float: right;
}

#hcea-headerMenu li {
    float: left;
    list-style: none;
    margin: 0px 6px 0px 2px;
	font-size: 10px;
}

#hcea-headerMenu li a{
	font-family: Arial, "San-serif";	
	color: #fff;	
}