
.ContentRow {
    float: right;
    position: relative;
    width: 719px;
}
.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;
	margin: 5px 10px;
	padding: 5px;
	width: auto;
	min-height: 60px;
}
