/* CSS Document */
.d_wrapper {
	width: 100%;
	float: left;
	margin-right: -25%;
}
.d_content {
	margin-right: 25%;
	/*background-color:#FFCC99;*/
}
.d_centr {
	margin-left: 270px;
	overflow:inherit;
	/*background-color:#FFCC99;*/
}
.d_left {
	width: 270px;
	float: left;
	/*background-color:#FFCCFF;*/
}
.d_right {
	width: 25%;
	float: right;
	overflow:hidden;
	/*background-color:#CC9999;*/
}
#bottom {
	height:225px;
	clear:both;
	background-color:#F0F0F0;
    border-top:#CCCCCC 1px solid;
}
/****************************************************/

.bg_section {
height:140px;
}

