#landingPage {
	border-collapse: collapse;
	width: 950px;
	clear: both;
}
#landingPage th {
	font-weight: normal;
}
#landingPage td {
  border-bottom: solid #fff 1px;
  text-align: center;
}
#landingPage tr.rowBottom td {
  border-bottom: none;
}
#landingPage td .lpBox {
	border-left: solid #fff 1px;
	margin: 5px auto 15px auto;
	padding: 13px 13px;
	text-align: center;
	width: 210px;
}
#landingPage td.cellLeft .lpBox {
	border-left: none;
}
#landingPage .lpBox h2 {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 3px 0;
	padding: 0;
	height: 32px;
}
#landingPage .lpBox h2 a {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
#landingPage .lpBox h2 a:link, #landingPage .lpBox h2 a:visited {
}
#landingPage .lpBox h2 a:hover, #landingPage .lpBox h2 a:active {
}
#landingPage .lpBox img {
	border-bottom: solid #FFF 10px; /* Provides "margin" between img and button link */
}
#landingPage .lpBox a {
    display: block;
}