.ie #imageContainer {
	position:relative;
	width:550px;
	height: 75px;
	background-color: #fff;
	top: -4px; left: 0px;
}

#imageContainer {
	position:relative;
	width:550px;
	height: 75px;
	background-color: #fff;
	top: 49px; left: 200px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top: 0px; left: 0px;
	height: 75px;
	width: 550px;
}


.ie #heading_bar2 {
	position:relative;
	height: 56px;
	background-color: #fff;
	top: -4px; left: 0px;
}

#heading_bar2 {
	position:relative;
	height: 60px;
	background-color: #fff;
	top: 0px; left: 0px;
}
#heading_bar2 img {
	position:absolute;
	top: 0px; left: 0px;
}


/* Header - Logo & Image */
#heading {
    width: 750px;
    height: 123px;  /* this will determine where the remainder of the page */
}

.ie #heading {
    width: 750px;
    height: 127px;  /* this will determine where the remainder of the page */
}

#heading img
{
	border: 0;
	padding: 0;
	margin: 0px;
	margin-bottom:5px;
	float:left;
	display:block;
}

