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

*/
		
		/* Large column for the main content */
		#content {
			padding: 5px;
			margin-left: 200px;
			margin-right: 25px;
			margin-top:5px;
			overflow: visible;
			}
		
		/* Right hand column, mainly used for quickfind */
		#sidebar-b {
			float: left;
			width: 175px;
			\width: 185px;
			w\idth: 175px;
			margin: 0px;
			background-color:#CC9;
			padding: 10px 10px 10px 10px;
			}
			
			