#sidebar {
	float: right;
	width: 205px;
}
#content {
	margin-left: 0;
	margin-right: 230px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	-moz-border-radius-bottomright: 16px;
	-khtml-border-bottom-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-khtml-border-top-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
}

