@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 2px 2px 2px;
			/*background-image:url(../images/contentbkg.gif);
			background-repeat:repeat-x;*/
			background-position:top;
			margin-left: 50px;
			margin-right: 190px;
			margin-top:0px;
			overflow: visible;
			}
		
		
			
			
