.navbar {
	white-space: nowrap;
	float: right;
}
.lcol {
	float: left;
	height: auto;
	width: 700px;
	position: absolute;
	top: 190px;
}
.rcol {
	background-color: #FF0000;
	width: 150px;
	background-position: 700px 300px;
	clear: none;
	float: right;
	border: 1px solid #970000;
	padding: 1px;
	position: absolute;
	top: 190px; 
	left: 720px;
}
