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

