#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: white;
}

#content {
	background: white;
	width: 613px;
	float: left;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: -10px;
}


