/* Схема расположение блоков контента на странице */
#ContentPage {
	position: relative;
	margin: 0px auto;
	width: 974px;
}
#ContentTop {
	width: 100%;
	height: 110px;
	/*background-color: #D9D9D9;*/
	position: relative;
}
#ContentMain {
	position: relative;
	overflow: hidden;
	/*background-color: #5F9EA0;*/
	clear: both;
}
#ContentCenter {
	/*width: 474px;
	background-color: #ebebeb;*/
	width: 708px; /*468px*/
	position: relative;
	left: 253px;
	float: left;
}
#ContentLeft {
	width: 240px;
	/*background-color: #999;*/
	position: relative;
	left: -708px;/*-468*/
	float: left;
}
#ContentRight {
	width: 240px;
	/*background-color: Green;*/
	position: relative;
	float: right;
}
#ContentMisc {
	position: absolute;
	top: 0px;
	right: 0px;
}
#ContentFooter {
	width: 100%;
	clear: both;
	/*background-color: #B7B7B7;*/
}