#leftsidecontainer {
	float: left;
	width: 575px;
	position: relative;
}

#rightsidecontainer {
	float: right;
	width: 301px;
	position: relative;
}

#contentcontainer {
	width: 975px;
	height: auto;
	background: url('/dnn/portals/0/skins/ncpp/images/pagebackground.jpg') repeat-y;
	position: relative;
}

#content {
	width: 906px;
	height: auto;
	margin-left: 25px;
	margin-right: 29px;
	text-align: left;
	position: relative;
}

.ContentPane {
	width: 575px;
	max-width: 575px;
	height: auto;
	position: relative;
}

.ContentLeftPane {
	float:left;
	width: 274px;
	height: auto;
}

.ContentRightPane {
	float:right;
	width: 274px;
	height: auto;
}

.TopRightPane {
	width: 301px;
	height: auto;
	position: relative;
}

.BottomRightPane {
	width: 301px;
	height: auto;
	position: relative;
}
