/* Changing the default grid */
div#content {
	margin-right: 345px;
}

div#sidebarright {
	width: 340px;
	float: left;
	margin: 20px 0 0 -340px;
}
