#sidebar {
	float: left;
	width: 19%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#content {
	float: right;
	width: 80%;
}
