@media screen {
body {
	background-color: #373737;
	margin: 0;
	padding: 0;
	font: bold 12px 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	color: #fff;
	text-align: center;
}
.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}
p {
	margin: 0 0 .9em;
}
a {
	color: #fff;
}
#header {
	background: #85b70e url(../img/header.jpg) no-repeat 50% -50px;
	height: 485px;
	font-size: 13px;
}
#content {
	width: 880px;
	background: #373737 url(../img/content.jpg) repeat-x 0 -50px;
	margin: -25px auto 0;
	padding: 45px 0;
}
.holder {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	margin: 0;
	padding: 105px 0 20px;
}
#intro, #service {
	width: 460px;
	float: left;
}
#intro p {
	margin: 0;
}
#intro strong {
	background: #FFF;
	color: #85b70e;
	padding: 0 .2em;
}
#intro .claim {
	font-size: 21px;
	margin-bottom: 20px;
}
#contact {
	float: left;
	padding: 80px 0 0 40px;
}
h2 {
	font-size: 21px;
	margin: 0;
	padding-bottom: 19px;
}
#reference {
	float: left;
	padding-left: 40px;
}
#content ul, #content li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content li {
	background: url(../img/list.gif) no-repeat 0 8px;
	padding: 0 0 5px 20px;
}
}
@media print, handheld {
	h1 img {
		display: block;
		border: 10px solid #85b70e;
	}
	body {
		font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	}
	h2 {
		color: #85b70e;
	}
}