#contentContainer {
	position:relative;
	/*margin-left: 60px; -- IE has known issues with margin vs padding */
	padding-left: 60px;
	padding-right: 10px; /* Push the border further to the right, feels better this way! */
	float: left;
	border-right: 1px solid #f0f0f0;
}

#contentContainer #content {
	padding-left: 0;
}

#sidebarContainer {
	position:relative;
	float: right;
	/*margin-right: 60px; -- IE has known issues with margin vs padding */
	padding-right: 70px;
}
