#infospacecontainer {
	width: 772px;
	margin: 0px auto; vertical-align: top; text-align: center;
	background: url(/images/shadows.png) top center repeat-y;

}
#infospace {
	background: #ffffff url(/images/top1.jpg) top repeat-x;
	width: 724px;
	margin: 0px auto; text-align: left; 
}
.subinfospace {
	padding: 0px 0px 24px 0px; margin: 0px 40px;
    width: auto;
}

/*Прикреплённый футер*/
#obertka {
	background: #f0fafd url(/images/bottom.jpg) bottom repeat-x;
	position: relative;
	min-height: 100%;
	z-index: 2;
}

* html #obertka {
	//height: 100%;
}
#footer {
	margin-top: -143px;
	height: 143px;
	position: relative;
	/*//position: none;*/
	text-align: center;
	z-index: 7;
	width: 772px;
	/*border: #00cc00 1px solid;*/

}

#footer_space {
	background: url(/images/shadows.png) top center repeat-y;
	height: 143px;
	z-index: 1;
}


/*3 Колонки 123456 */
.cols3a {
	text-align: center;
	clear: both;
	background: #cccccc;
} 
.cols3a_design {
	background: #dddddd;
	clear: both;
	width: 80%;
	text-align: left;
}
.cols3a_design_left {
	clear: both;
	background: #FF0000;
	width: 33%;
	float: left;
}
.cols3a_design_left_content {
	clear: both;
	background: #FF8888;
}
.cols3a_design_right {
	clear: right;
	background: #0000FF;
}
.cols3a_design_right_content {
	clear: right;
	background: #8888FF;
}
.cols3a_design_center {
	clear: right;
	width: 34%;
	float: left;
	height: inherit;
	background: #00FF00;
}
.cols3a_design_center_content {
	clear: both;
	background: #88FF88;
}

/*3 Колонки 125634*/
.cols3b {
	text-align: center;
} 
.cols3b_design {
	width: 80%;
	text-align: left;
}
.cols3b_design_left {
	background: #FF0000;
	width: 33%;
	float: left;
}
.cols3b_design_left_content {
	background: #FF8888;
}
.cols3b_design_right {
	background: #0000FF;
	width: 33%;
	float: right;
}
.cols3b_design_right_content {
	background: #8888FF;
}
.cols3b_design_center {
	height: inherit;
	background: #00FF00;
}
.cols3b_design_center_content {
	background: #88FF88;
}



/*обычный футер*/
#footer_design {
	border: /*#cc0000 1px solid;*/

	width: 724px;
	text-align: left;
}
#footer_design_left {
	background: #FF0000;
	width: 20%;
	float: left;
}
#footer_design_left_content {
	background: #FF8888;
}
#footer_design_right {
	background: #0000FF;
	width: 20%;
	float: right;
}
#footer_design_right_content {
	background: #8888FF;
}
#footer_design_center {
	height: inherit;
	background: #00FF00;
}
#footer_design_center_content {
	background: #88FF88;
}

