@import url("common_structure2.css");
@import url("common_style2.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 {
			margin: 0px 190px 0px 7px;
			padding: 0px 0px 0px 0px;
			background-color: #ffffff;
			overflow: visible;
			}
		
		
			
			
