table.front {
	margin: 0 20px; border: 0; padding: 0;
	width: 100%;  height: 200px;
}
table.front td {
	padding: 0 5px;
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top; 
}

/* td.one */
table.front td.one {
	padding: 100px 25px 5px;
	width: 230px;
}
table.front td.one img.floating {
	float: left;
}
a { text-decoration: none; font-weight: 600; }
table.front td.one p {
	margin: 0; padding: 5px 0;
	border: 1px dashed #EED3CB;
	border-width: 0 0 1px;
	text-align: left;
}

/* td.two */
table.front td.two {
	vertical-align: middle;
}

div.rightLarge, div.rightSmall { 
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	font-size: 11px; 
}
div.rightLarge {
	padding: 40px 10px 5px;
	height: 122px;
	text-align: center; vertical-align: middle;
}
div.rightSmall {
	padding: 8px 15px 8px 55px;
	height: 42px;
	text-align: right;
}
