
/********************* threeColumn page style ******************************/

#bldgContainer{
	overflow:hidden;
	height:auto;
	width:650px;
	border-left:solid 1px #003366;
}

#bldgLeft{
	float:left;
	width:430px;
}

#bldgRight{
	float:right;
	padding-left:10px;
	width:209px;
	border-left:solid 1px #003366;
}
