@charset "utf-8";
/* CSS Document */

#ContentContainer {
	width: 532px;
	height: auto;
}

#BoroughHallPhoto {
	background-image: url(images/BoroughHall.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	float: right;
	height: 135px;
	width: 232px;
}
#BoroughSeal {
	background-image: url(images/borough_seal.gif);
	background-repeat: no-repeat;
	margin: 10px;
	height: 103px;
	width: 105px;
	float: right;
}
#ReadyPA {
	background-image: url(images/ReadyPA_Logo.jpg);
	margin: 10px;
	float: left;
	height: 96px;
	width: 93px;
}
.ClearFloat {clear: float;
}

.minicontainer {
	width: auto;
}
.minitextbox {
	width: auto;
	float: right;
}
