@import url("layout_bob.css");

/******containers to make sure columns are equal height ****/


#container3 {
	background-color: #fff;
}

#container2 {
	right: 45%;
	background-color: #fff;
}



/******** content in columns *****************/

#col2 {
	width: 45%;
	left: 50%;
}


#col3 {
	width: 50%;
	left: 50%;
}


