#header {
	margin: 10px;
	padding-top: 20px;
	padding: 20px;
	clear: both;
	height: auto;
	position: relative;
	left:0px;
	top:0px;
}
#headerImg {
	position: relative;
	height: 75px;
	width: 75px;
	float: right;
	overflow:hidden;
}
#headerTitle {
	position: relative;
	/* width: 350px; */
	text-align: left;
}
#headerSubtitle {
	position: relative;
	/* width: 350px; */
	text-align: left;
}
#headerBlock1 {
	float: left;
}
#headerClear {
	clear: both;
}