/* These styles aren't used on the homepage, just on secondary pages
   to control the right sidebar width - essentially, we make it disappear */
#container {
	width: 100%;
	float: left;
	margin-right: -10px;
}
#content {
	margin-right: 10px;
}
#sidebar {
	width: 10px;
	float: right;
}

