.boxFloat {
	float: left;
}

.boxTopLeft {
	background: url(images/topLeft.png) top left no-repeat;
}

.boxTopRight {
	background: url(images/topRight.png) top right no-repeat;
}

.boxBottomLeft {
	background: url(images/BottomLeft2.png) bottom left no-repeat;
}

.boxBottomRight {
	background: url(images/BottomRight2.png) bottom right no-repeat;
}

.roundedContent {
	width: 100%;
}
.roundedBox {
	width: 100%;
}

.box2Float {
	float: left;
}

.box2BottomLeft {
	background: url(images/bottomLeft.png) bottom left no-repeat;
}

.box2BottomRight {
	background: url(images/bottomRight.png) bottom right no-repeat;
}