body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 2em auto;
	width: 752px;
}

#header {
	margin: 0 auto;
	width: 725px;
}

#header h1 {
	margin: 0;
}

#header .title,
#header .slogan {
	font-family: Georgia, serif;
	font-weight: normal;
	display: block;
}

#header .title {
	color: #757575;
	font-size: 72px;
}

#header .slogan {
	border-bottom: 2px solid #333333;
	color: #333333;
	font-size: 36px;
	padding-bottom: 10px;
}

#header .contact {
	color: #b42d2a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 15px 0 30px 0;
	text-align: right;
}

#header .contact a:link,
#header .contact a:visited,
#header .contact a:hover,
#header .contact a:active {
	color: #b42d2a;
	text-decoration: none;
}

#header .contact a:hover {
	text-decoration: underline;
}

#clients {
	border-collapse: collapse;
	width: 100%;
}

#clients td {
	padding: 0;
	width: 33%;
}

#clients a {
	display: block;
	text-align: center;
}

#clients a img {
	border: none;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

.qtip-content .title {
	font-size: 120%;
	font-weight: bold;
}
