#sidebarContainer {
	width: 225px;
	float: right;
	display: block;
	margin-top: 30px;
	margin-right: 10px;
	background-image: none;
	background-color: #fff;
	clear: both;
}

html>body #sidebarContainer {
	width: 225px;
	float: right;
	display: block;
	margin-top: 30px;
	margin-right: 10px;
}

#sidebarContent {
}

#content {
	margin-left: 20px;
	width: 500px;
}
