
	#pagehead-container {
		position: relative;
		margin-left: 18%;
		height: 125px;
	}
	
	#pagehead-container img {
		position: absolute;
		left: 0px;
	}
	
	#nav-container {
		margin-left: 18%;
	}
	
	#pageleft-container {
		width: 17%;
		margin-right: 1%;
		float: left;
	}

	#pagemain-container {
		width: 82%;
		float: left;
	}
	
	#toplevel-container {
		padding: 0 2.5em;
		margin: 0 auto;
		max-width: 1000px;
	}
	
	#quicksearch-container {
		position: absolute;
		left: 0px;
		top: 100px;
		width: 80%;
	}
	
	#quicksearch-container input[type="text"] {
		width: 80%;
	}
	
/*
	
	#acnavtoggle, .acnavtoggle {
		display: none;
	}
*/

	.if-narrowformat {
		display: none;
	}
	
	.acnav li {
		width: 120px;
	}
	
	.halfcol {
		float: left;
		width: 48%;
	}
	
	.colleft {
		margin-right: 2%;
	}
	
	.colright {
		margin-left: 2%;
	}
	
	.halfcol.colright {
		float: right;
		clear: right;
	}
	
	
	.halfcol.colleft {
		clear: left;
	}
	
	/* result sets */
	ul.results.columnar > li {
		width: 25%;
	}
	
	ul.results.columnar > li:first-child:nth-last-child(3),
	ul.results.columnar > li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
	}
	
	ul.results.columnar > li img {
		height: 150px;
	}
	