/* ============= Page Layout =============== */

#lmenu,
#content,
#right_col {
	overflow: hidden;
	display: inline-block;
	float: left;
}

#content {
	width: 615px;
}

#right_col {
	width: 199px;
	margin-left: 5px;
}

#footer {
	clear: both;
	height: 10px;
}

#right_col .adv {
	margin: 0px 0px 10px 0px;
	
	border: 1px solid #2b7bb8;
}

#top_menu .right {
	display: none;
}
