/* 
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: 310px;
			margin-right: 210px;
			margin-top:5px;
			overflow: visible;
			}
		
		/* Left hand column */
		#sidebar-a {
			float:left;
			width: 300px;
			\width: 310px;
			w\idth: 300px;
			margin: 0;
			margin-right: 0px;
			padding: 0px;
			background-color: #fff;
			margin-top:0px;
			}
					
		
	

