body, html {
	width: 100%;
	height: 100%;
	overflow: auto;  /* Changed by George W. Jolly was hidden */
}


#container {
	position: absolute;
	width: 900px;
	height: 1124px ;    /* Changed by George W. Jolly was 720px; Sets overall height. */
	top: 0px;          /* Changed by George W. Jolly was 50% */
	left: 0px;         /* Changed by George W. Jolly was 50% */
	margin-top: 20px;  /* Changed by George W. Jolly was -360px */
	margin-left: 20px; /* Changed by George W. Jolly was -450px */
	overflow: hidden;  /* Prevent flashing scrollbars on slow page load */
}

#navbarContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 1064px;      /* Changed by George W. Jolly was 660px. Overall height - 60 */
	overflow: hidden;
}

#navbarContainer #navbar {
    overflow: hidden;
}

#navbarContainer #navcontainer {
    overflow: hidden;
}

#sidebarContainer {
	position: absolute;
	top: 0;
	right: 0;
	height: 1064px;      /* Changed by George W. Jolly was 660px. Overall height - 60 */
	overflow: hidden;

}

#sidebarContainer #sidebar_content {
	height: 1064px;      /* Changed by George W. Jolly was 660px. Overall height - 60 */
	overflow: hidden;
}


#contentContainer {
	position: absolute;
	top: 0;
	left: 180px;
	right: 180px;
	width: 540px;
	height: 1064px;      /* Changed by George W. Jolly was 660px. Overall height - 60 */
}

#pageHeader h1, #pageHeader h2 {
}

#content {
	position: relative;
	overflow: auto;
	width: 500px;
	height: 938px; /* Changed by George W. Jolly was 534px; . Overall height - 186 */
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
