

#content {
	float: left;
}

#sidebar {
	float: right;
	width: 100px;
	margin: 15px 10px 10px;
	border-left: 2px dotted #ccc;
}