div#header{
	width:102%;
	min-width:1026px;
	background-color: #D1DBE4;
	height:140px;
}

div#leftImage{
	float:left;
	clear:left;
	width:452px;
	height:118px;
	background: transparent url('../images/leftHeaderImage.jpg') top left no-repeat;
}

div#rightImage{
	float:right;
	clear:right;
	width:570px;
	height:118px;
	background: transparent url('../images/rightHeaderImage.jpg') top right no-repeat;
}