/* 
This file controls the 3 column layout. To maintain simple style sheets, only css specific to the layout should be used in this file. 

*/
		
		/* Large center column for the main content */
		#content {
			padding: 5px;
			margin-left: 226px;
			margin-top:5px;
			overflow: visible;
			}
		
		/* Left hand column */
		#sidebar-a {
			float:left;
			width: 216px;
			\width: 226px;
			w\idth: 216px;
			margin: 0;
			margin-right: 0px;
			padding: 0px;
			background-color: #fff;
			margin-top:0px;
			}
					
		/* Right hand column, mainly used for quickfind */
		#sidebar-b {
			float: right;
			width: 175px;
			\width: 185px;
			w\idth: 175px;
			margin: 0;
			margin-left: 0px;
			margin-top:0px;
			background-color:#c3e5dc;
			padding: 0px 0px 10px 15px;
			}
	
