body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #656c71;
}
.wrapper {
	width: 825px;
	margin: 0 auto;
}
	.wrapper .left-col {
		float: left;
		width: 90px;
		padding-top: 65px;
	}
		.wrapper .left-col ul {
			margin: 0;
			padding: 0;
			list-style: none;
			line-height: 15px;
		}
			.wrapper .left-col ul li a {
				color: #656c71;
				text-decoration: none;
			}
				.wrapper .left-col ul li a:hover {
					text-decoration: underline;
				}
	.wrapper .center-col {
		float: left;
/* 		padding: 36px 0 75px 0; */
		width: 315px;
		background: #9ea9b3;
		color: #fff;
	}
		.wrapper .center-col img {
			vertical-align: bottom;
		}
		.wrapper .center-col .under-construction {
			text-transform: uppercase;
			font-size: 10px;
			margin-left: 40px;
			margin-bottom: 53px;
		}
		.wrapper .center-col .more {
			margin-bottom: 22px;
		}
		.wrapper .center-col .content {
			margin-bottom: 15px;
			line-height: 15px;
			width: 215px;
			margin-left: 71px;
		}
		.wrapper .center-col .rpm {
			margin-left: 71px;
		}
	.wrapper .right-col {
		float: right;
		width: 374px;
		padding: 65px 0 0 0;
	}
		.wrapper .right-col img {
			margin-bottom: 47px;
		}
		.wrapper .right-col p {
			line-height: 15px;
		}
	.wrapper .footer {
		clear: both;
		padding-top: 40px;
		margin-left: 90px;
		text-transform: uppercase;
		font-size: 8px;
		letter-spacing: .075em;
	}
		.wrapper .footer img {
			margin-bottom: -5px;
			margin-right: 9px;
		}

/* Clients Page */

body.clients .wrapper img.rpm-icons {
	margin-top: 50px;
}
body.clients .wrapper .right-col {
	width: 735px;
	padding-top: 15px;
}
	body.clients .wrapper .right-col ul {
		font-size: 8px;
		float: left;
		width: 230px;
		margin: 0;
		margin-right: 21px;
		padding: 0;
		list-style: none;
		line-height: 15px;
	}
		body.clients .wrapper .right-col ul.last {
			margin-right: 0;
		}