#columns { 
	overflow: auto; 
	background: #e4e3e2;
	background: -moz-linear-gradient(0% 100% 90deg, #e5e4e2,#ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E5E4E2)); 
	overflow: auto; 
} 

	

	#columns .column { 
		float: left;
	}

	#columns .column.left { 
		width: 47em; 
		padding: 2em 1.2em 2em 3.5em; 
		background-color: #fff; 
		border-right: 1px solid #f4911e;
		min-height: 45em;
		}
		
		#columns .column.left .content .sub { 		
			background-color: transparent;
			padding: 2em 7em 2em 0;
			}
			
		#columns .column.left .content img.contenthighlight {  
			border: 1px solid  #f4911e; 
			padding: 1em;
			margin: 0 .5em .5em 0;
		}

	#columns .column.right { 
		width: 28.17em;  
		
	} 
		#columns .column.right .content img.contenthighlight {  
			background: transparent url(../images/home/promo_nib.jpg) no-repeat 0 0;
			border-left: 1px solid #f4911e; 
			border-bottom: 1px solid #f4911e; 
			padding: 1em 5em 1em 1em;
			margin: 2em 0 0 2em;
			}
		
		#columns .column.right .content .sub { 		
			background-color: transparent;
			padding: 2em 0em 2em 2em;
			}
		#columns .column.right .content .sub h2 { text-transform: uppercase; border-bottom: 1px solid #000; text-align: left } 
		#columns .column.right.content .sub p { text-align: left} 

	#columns.onecolumn .column.left { width: 75em; border-right: 0; }
			
		
