@import url("common_structure.css");
@import url("common_style.css");


/* 
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: 2px;
			margin-left: 30px;
			margin-right: 210px;
			margin-top:5px;
			overflow: visible;
			}
		
		
			
			