#d_screen {
	width: 100%;
	margin-top: 0px;
	border: solid #000000 0px;
}

#d_borders_left_column{
	padding-left:  185px;
	padding-right: 20px;
}

#d_container {
	width: 100%;
}

#d_leftcolumn {
	border: solid #000000 0px;
	width: 185px;
	margin-left: -185px;
	position: relative;
	float: left;
}

#d_page {
	border: solid #000000 0px;
	width: 680px;
}

#d_centercolumn {
	border: solid #000000 0px;
	float: right;
	width: 100%;
	position: relative;
}

#d_header
{
	width: 100%;
}


#d_clear
{
	clear: both;	
}
