#content_submenu {
	position:absolute;
	width:175px;
	top:0;
	bottom:0;
	background-color:#eee;
	/*background-color:#f77;*/
	overflow:none;
}

#content {
	position:absolute;
	left:175px;
	top:0;
	right:0;
	bottom:0;
}

#content_text {
	position:absolute;
	left:0;
	right:0;
	height:auto;
	background-color:#fff;
	/*background-color:#7f7;*/
	padding:10px;
}

#content_ads { visibility:hidden; }
