body {
	background: #f8f7f6;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
img {
	border: 0px;
	}
	
/* Center wrap */
.centerWrap {
	width: 1003px;
	overflow: hidden;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px 0px 0px 42px;
	}
	
/* Header */
.header {
	width: 947px;
	height: 82px;
	background: url(../images/header.png) no-repeat;
	}
	
/* Navigation */
.navigation {
	width: 947px;
	height: 19px;
	background: url(../images/navigation-background.png) no-repeat;
	margin: 0px 0px 6px 0px;
	}
	
.navigation ul {
	list-style: none;
	height: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.navigation ul li {
	font-size: .87em;
	padding: 0px 60px 0px 30px;
	margin: 0px;
	height: 19px;
	line-height: 19px;
	float: left;
	}
	
.navigation ul li a {
	color: #fff;
	text-decoration: none;
	}
	
.navigation ul li a:hover {
	color: #CCC;
	}
	
.top {
	width: 947px;
	height: 206px;
	background: url(../images/top-background.png) no-repeat;
	padding: 34px 0px 0px 0px;
	}
	
.top img {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
/* Col wrap */
.colWrap {
	width: 947px;
	overflow: hidden;
	background: url(../images/column-background.png) repeat-y;
	}
	
/* Left column */
.leftCol {
	width: 627px;
	overflow: hidden;
	float: left;
	padding: 0px 25px 0px 45px;
	}
	
.leftCol h2 {
	color: #666;
	font-size: 1.3em;
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}
	
.leftCol .hr {
	width: 627px;
	height: 15px;
	border-bottom: 1px solid #e3e0db;
	margin: 0px 0px 15px 0px;
	}
	
.leftCol a {
	text-decoration: none;
	color: #cccc33;
	}
	
.leftCol a:hover {
	color: #000;
	}	
	
.leftCol h3 {
	color: #cccc33;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	}
	
.leftCol p {
	color: #666;
	font-size: .87em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
	
/* Meet the team */
.leftCol .team {
	width: 119px;
	height: 140px;
	padding: 7px 20px 0px 6px;
	float: left;
	background: url(../images/photo-box.png) no-repeat;
	}
	
.leftCol .team p {
	color: #666;
	font-size: .75em;
	padding: 0px 13px 0px 0px;
	margin: 0px;
	text-align: right;
	line-height: 22px;
	}
	
.leftCol .client {
	width: 210px;
	height: 110px;
	padding: 7px 20px 0px 6px;
	float: left;
}

.leftCol .client p {
	color: #666;
	font-size: .75em;
	padding: 0px 13px 0px 0px;
	margin: 0px;
	text-align: right;
	line-height: 22px;
}
	
/* Right column */
.rightCol {
	width: 210px;
	overflow: hidden;
	float: left;
	padding: 15px 25px 0px 15px;
	}
	
.rightCol h2 {
	font-size: 1.12em;
	color: #cccc33;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	}
	
.rightCol p {
	font-size: .75em;
	color: #666;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
	
/* Bottom bar */
.bottomBar {
	width: 925px;
	height: 43px;
	background: url(../images/bottom.png) no-repeat;
	clear: both;
	margin: 0px 0px 40px 0px;
	padding: 0px 22px 0px 0px;
	}
	
.bottomBar img {
	float: right;
	}
	
.bottomBar p {
	float: right;
	font-size: .75em;
	color: #cccc33;
	padding: 0px 5px 0px 0px;
	line-height: 25px;
	margin: 0px;
	}
