@charset "utf-8";
#sidebar {
	float: right;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 550px;
	background-color: #dcdfe5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 8px;
}

