/* GRID CHANGES */
body#home div#contentwrap {
	overflow: hidden;
}

body#home div#content {
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 15px;
	clear: left;
	height: auto;
	z-index: 200;
}

body#home div#content div.article {
	margin-top: 3em;
}

body#home div#sidebarright {
	background-position: top left;
}

body#home div#imagecontainer {
	height: auto;
}

body#home div#imagecontainer p.last {
	margin-bottom: 0;
}