.ContentRow {
	width: 900px;
	float: left;
}
.ContentItemWhole {
	width:100%;
}
.ContentItemThird{
	width:33.3%;
	float:left;
}
.ContentItemTwoThird{
	width:66.6%;
	float:left;
}
.ContentItemHalf{
	width:49%;
	float:left;
}
div.pageEditblockItself, div.pageEditblockContent {
	position: relative;
	padding: 10px;
	width: auto;
	min-height: 60px;
	line-height: 22px;
	color: #444;
	margin: 10px;
}
div.wrapFix {
	height: 0px;
	clear: both;
}
