/****
	SCREEN FILE FOR 2 COLS
		****/
		
				
		#col1 {
			position: relative;
			top: 0; left: 0;
			width: 314px; height: auto;
			border-right: 1px dashed #2B6400;
		}
		
		#col2 {
			display: block;
			position: relative;
			top: 0; left: -1px;
			width: 290px; height: auto;
			padding: 0 0 0 11px;
			border-left: 1px dashed #2B6400;
		}
		