#page{
	width:970px;
	min-height:100%;
	position: relative;
	margin: 0 auto;
	background:#EEEEE9 url(../img/bg_page_clair_standalone.gif) no-repeat;
	border:solid 1px #D7E6FA;
}

#header{
	height:120px;
	text-align:right;
}
#logo{
	/*background:url(../img/bg_header_clair_logo.gif) no-repeat;*/
	height:120px;
	width:276px;
	text-align:right;
	float:left;
}
#logo:hover{
	cursor:pointer;
}

#header_right{
	background:url(../img/bg_header_clair_right.gif);
	height:120px;
	text-align:right;
	width:694px;
	float:left;
}

#middle{
	padding-bottom: 80px;
	min-height:70%;	
}

	#middle #center{
		overflow:hidden;
		min-height:40em;	
	}
	* html #middle #center {width:550px;}
		
		#middle #center #top-bloc{text-align:right;display:block;}
		
		#middle #center #middle-bloc{
			margin-right:5px;
			padding:5px 5px 5px 10px;
		}
		* html #middle #center #middle-bloc{
			margin-right:5px;
			padding:5px 5px 5px 0;
		}

	#middle #left{
		position:relative;
		float:left;
		width:213px;
		padding-top:20px;
	}
		#middle #left #refs_ctnr{
			width:212px;
			height:97px;
			margin:0;
			padding:0;
			text-align:center;
			background:url(../img/menu_left_refs_bg.gif) repeat-y;
				background:url(../img/menu_left_refs_bg_clair.gif) repeat-y;
		}

	#middle #right{
		position:relative;
		float:right;
		width:175px;
	}
		#middle #right #news_ctnr{
			position:relative;
			height:108px;
			text-align:left;
		}


#footer{
	width:99.6%;
	clear:both;
	height:40px;
	background:url(../img/bg_footer_clair.gif) top left;
	padding:21px 2px 2px 2px;
	margin:0;
	font-size:10px;
	text-align:center;
	
	position: absolute;
	bottom: 0;
}