@charset "utf-8";
/* CSS Document */

header {
	position: relative;
	width: 100%;
	/*height: 7vh;*/
	height: 44px;
	background-color: White;
	border-bottom: 1px solid Silver;
	box-shadow: 0px 0px 3px 0px Silver;
}

header h3 {
	position: relative;
	float:left; 
	display:inline; 
	top: 5px;
	margin-right: 10px;
	color: SlateGray;
}

header img {
	position: relative;
	float:left;
	display:inline;
	top: 5px;
	height: 34px;
}