#sidebar {
	width: 200px;
	float: left;
	display: block;
}

#content {
	margin-left: 230px;
}

#sidebarTop {
	display: none;
}
