div#container {
	clear: both;
	float: left;
	width: 610px;
	margin-bottom: 22px;
}
div#content {
	padding: 0 10px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 22px;
}
div#footer {
	clear: both;
	width: 100%;
}