#games-we-play {
	margin: 0 auto 18px;
	width: 500px;
}
#games-we-play > b, #games-we-play > b *, #games-we-play > i, #games-we-play > i * {
	display: block;
}
#games-we-play > b {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: -79px 0;
	background-repeat: no-repeat;
	position: relative;
	height: 10px;
}
#games-we-play > b > b {
	border-top: 3px solid #C1D72E;
	background-image: url(../imgs/background_colors.png);
	background-position: 0 -75px;
	background-repeat: repeat-x;
	margin: 0 10px;
	height: 7px;
}
#games-we-play > b > i {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: -90px 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#gwp-middle {
	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: #C1D72E;
	background-image: url(../imgs/background_colors.png);
	background-position: 0 -75px;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
}
#gwp-middle h1 {
	vertical-align: middle;
	margin: 0;
}
#games-we-play > i {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: -79px -11px;
	background-repeat: no-repeat;
	position: relative;
	height: 10px;
}
#games-we-play > i > i {
	border-bottom: 3px solid #C1D72E;
	background-image: url(../imgs/background_colors.png);
	background-position: 0 -75px;
	margin: 0 10px;
	height: 7px;
}
#games-we-play > i > b {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: -90px -11px;
	background-repeat: no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0;
	bottom: 0;
}
.grid-box {
	float: left;
	width: 254px;
	margin: 0 10px 18px;
}
.grid-box img {
	border: none;
	display: block;
	width: 57px;
	height: 57px;
	float: left;
	margin: 10px 10px 5px 0;
}
.grid-box-head {
	height: 56px;
	overflow: hidden;
	width: 187px;
	margin-top: 10px;
}
.grid-box-head h2 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
.grid-box-head h3 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
.grid-box-body {
	clear: left;
	font-size: 0.85em;
	line-height: 1.47em;
	text-align: justify;
	height: 120px;
	width: 254px;
	overflow: hidden;
}