#Header{
	width: 98%;	
	min-width: 1008px;
}

#page-body{
	width: auto;
}


#HeaderBannerHolder{
	position: absolute;
	top: 37px;
	right: 10px;
	text-align: right;
}

#MainContent{
	width: auto;		
	float: none;
	margin: 0 8px 0 0;
}

#ColumnHolder{
	width: 100%;	
}


#SiteWrapper{
	width: 98%;	
	min-width: 1008px;
}

#Footer{
	width: 98%;	
}



* html #Header{
	width: 1008px;
}

* html #SiteWrapper{
	width: 1008px;
}

* html #Footer{
	width: 1008px
}


* html .headerbar{
	width: 380px;
}


* html #HeaderBannerHolder{
	display: block;
	position: absolute;
	top: 0;
	margin: 0 0 0 350px;
	left: 0;
}

* html #page-body{
	float: left;
	width: 650px;
	top: 300px;
	position: absolute;
	min-height: 870px;
}


* html iframe{
	width: 450px;
}