*:first-child+html #containerTopText {
	position:fixed; 
	display:block;
	top:0px;
	z-index:10;
	width:100%;	
}

*:first-child+html #siteTopText {
	z-index:10;
	height:25px;
}

*:first-child+html #siteTopImage {
	position:fixed; 
	display:block;
	top:25px;
	background-color:#ffffff;	
	z-index:5;
}

*:first-child+html #menuTopLeft {
	/*position:fixed;*/ 
	display:block; 
	float:left;
	width:250px;
}

*:first-child+html #pageTopContent {
	margin-right:0;
	float:right;
	display:inline;
	height:125px;
	width:750px;
}

*:first-child+html #menuHorizontal {
	position:fixed; 
	display:block; 
	top:150px;
}

*:first-child+html #menuTopLeftMenu {
	position:fixed; 
	display:block; 
	float:left;
	width:250px;
}

*:first-child+html #pageTopContentMenu {
	margin-right:0;
	float:right;
	display:inline;
	width:750px;
}

*:first-child+html #navContainerMenuHorizontal {
	background-color:#ffffff;
}

*:first-child+html #menuLeft {
	position:fixed; 
	display:block;
	top:165px;
}

*:first-child+html #pageContent2Columns, 
*:first-child+html #pageContent {
	float:right;
	display:block;
	margin-top:125px;	
	min-height:615px;
	height:auto !important; 
	height:615px;
	width:750px;
}

*:first-child+html .marginPageContent {
	margin-top:20px;
}
