/* CSS Document */
.d_wrapper {
	width: 100%;
	float: left;
	/*margin-right: -25%;*/
}
.d_content {
	/*margin-right: 25%;*/
	/*background-color:#FFCC99;*/
}
.d_centr {
	margin-left: 250px;
	overflow:inherit;
	
	/*background-color:#FFCC99;*/
}
.d_left {
	width: 250px;
	float: left;
	/*background-color:#FFCCFF;*/
}
#bottom {
	height:210px;
	clear:both;
	background-color:#F0F0F0;
    border-top:#CCCCCC 1px solid;
}
/****************************************************/
#2_columns {
position:absolute;
top:50px;
right:10px;
width:300px;
}

.bg_section {
height:140px;
margin-right:200px;
}


