
/* CSS Document for NELC */


.wrapper {
	float: left;
	width: 100%;
	/*background-color:#3300CC;*/
}

#contents {
	margin: 30px 246px 0 255px;
	/*background-color:#FFCCCC;*/
}

#leftColumn {
	float: left;
	width: 240px;
	margin-left: -1000px; /*Set margin to that of the actual width less padding */
	/*background-color: #C8FC98;*/
	background-color:transparent;
	
}


#rightColumn {
	float: left;
	width: 235px; 
	margin-left: -260px;
	/*background: #ff6600;*/
}




