body {
	background:#fff url(../img/bg_body.png) 0 0 repeat-x; /* red #DE0019; #95000F; */
	}
#page {
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding:22px 0 0;
	width:950px;
	border:none;
	background:#fff;
	}	
.top_part {
	float:left;		 
	width:950px;
	}
.center_part {
	float:left;
	margin:0 22px;	
	/*width:884px;*/
	width:906px;
	border:none;
	}
	*html .center_part {
		display:inline;
		}
.centr_strp {
	float:right;
	width:671px;
	border:none;
	}
	* html .centr_strp {		
		display:inline; /* fix doubled-margin bug in IE */
		}
.page_content {
	position:relative;
	}
.left_strp {
	float:left;
	margin:0 22px 0 0;	 
	width:213px;
	border:none;
	}
	*html .left_strp {
		display:inline;
		}	
		
.bottom_part {
	float:left;
	margin:22px 22px 0;	
	width:906px;
	border-top:#CACCD5 solid 1px;
	
	font:normal 12px "Tahoma", "Helvetica", sans-serif;
	text-align:left;
	color:#005785;
	}
	* html .bottom_part {
		display:inline;
		}
