.ContentRow {
	width: 542px;
	margin:10px;
	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: #585753;
	margin: 10px;
}
div.wrapFix {
	height: 0px;
	clear: both;
}
div.ContentRow h1 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #ede7d9;
}
div.ContentRow h2 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
	color: #ede7d9;
}
div.ContentRow h3 {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 22px;
	color: #ede7d9;
}
div.ContentRow h1 a, div.ContentRow h2 a {
	color: #ede7d9;
}
div.ContentRow h1 a, div.ContentRow h2 a, div.ContentRow h3 a {
	text-decoration: none;
}
div.ContentRow p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 15px;
	color:#918f86;
}