﻿#main div.right {
	position:relative;
	float:right;
	width:209px;
	z-index: 501; /* Must be higher than floatwrapper */
	left: -1px;
	
}
#main div.content-bl {
	margin-right:209px;
}
#main div.content {
	float:left;
	margin-right:-209px;
	position:relative;
	
	width:100%;
	z-index:500;
}