  /* myOakton New Home Page CSS */
 .wrapper {
	overflow: auto;
}
/* Two Columns */
 
 @media screen and (min-width: 780px) {
	 #columns2-left {
		width: 50%;
		float: left;
		position: absolute;
	}
	 #columns2-right {
		margin-left: 55%;
	}
}
/* Three Columns */
 
 @media screen and (min-width: 780px) {
	 #columns3-left {
		width: 33%;
		float: left;
		position: absolute;
	}
	 #columns3-center {
		width: 33%;
		margin-left: 35%;
	}
	 #columns3-right {
		margin-left: 70%;
	}
}