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