.head{
	width: 100%;
	height: 64px%;

	background-color: #e8e8e8;
}

.hlogo{
	width: 40px;
	height: 40px;

	margin-top:11px;
	margin-left:90px;

	float: left;
}

.htel{
	width: 40px;
	height: 40px;
	
	margin-top: 12px;
	margin-right: 15px;

	float: right;
}

.hntel{
	margin-right: 190px;

	font-family: "Open Sans";
	font-size: 20px;
	float: right;
}

.clear{
	clear:both;
}