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

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

#content {
	width: 482px;
}

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

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