div.keylineWrapper {
	margin: 0px;
}

div.this_Row1Column1, 
div.this_Row3Column1,	
div.this_Row5Column1,
div.this_Row7Column1 {
	float: left;
	width: 510px;
	text-align: center;
}

div.this_Row1Column2,
div.this_Row3Column2,
div.this_Row5Column2,
div.this_Row7Column2 {
	float: left;
	width: 370px;
	margin: 30px 0px 0px 0px;
}

div.this_Row2Column1,
div.this_Row4Column1,
div.this_Row6Column1 {
	float: left;
	width: 460px;
	margin: 30px 0px 0px 0px;
	padding-left: 80px;
}

/* width = width - padding-left */
html>body div.this_Row2Column1,
html>body div.this_Row4Column1,
html>body div.this_Row6Column1 {
	width: 370px;	
}

div.this_Row2Column2,
div.this_Row4Column2,
div.this_Row6Column2 {
	float: left;
	width: 450px;
	text-align: center;
}

h2 {
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #24A0B5;
}

p {
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #555353;
}