li {
	margin-top: 0;
	margin-bottom: 0;
}

#layout-body {
	position: relative;
	width: 780px;
	height: 1040px;
	margin: 0 auto;
}

.grid-cell {
	width: 306px;
	height: 306px;
	position: absolute;
}

#grid-header {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 696px;
	height: 136px;
}

#grid-cell-top-left {
	left: 20px;
	top: 285px;
}

#grid-cell-top-right {
	right: 20px;
	top: 285px;
}

#grid-cell-bottom-left {
	left: 20px;
	top: 665px;
}

#grid-cell-bottom-right {
	right: 20px;
	top: 665px;
}

#body-title, #body-subtitle {
	white-space: normal;
}

#grid-header h1 {
	margin-top: 0;
}

#body-subtitle {
	font-size: 15px;
	margin-bottom: 0;
}

#grid-navigation {
	position: absolute;
	left: 40px;
	top: 220px;
	margin: 0;
}

#layout-body h1 {
	font-size: 24px;
}

.grid-cell h1 {
	white-space: nowrap;
	margin-top: 0;
}

#layout-body p {
	font-size: 14px;
	line-height: 1.6em;
}

.grid-learnMore, .grid-tour {
	position: absolute;
	bottom: 10px;
	right: 20px;
}