body {
	background: #daddc0 center 0 repeat-y url(img/bgrdTile.jpg);
	color: #888;
	font-family: Avenir, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	border: 0px;
	margin: 0px;
	padding: 0px;
	min-width:640px
	}

#header {
	margin-top:20px;
	height:181px;
	width:100%;
	background: url(img/orangeBar.jpg) repeat-x;
	}

#headerContent {
	width:100%;
	min-width:885px;
	height:181px;
	margin-left:auto;
	margin-right:auto;
	background: center 0 no-repeat url(img/orangeBar_texture.jpg);
	text-align:center;
	}

#container {
	margin-left:auto;
	margin-right:auto;
	background: url(img/bgrd_top.jpg) #dde6d3 repeat-x;
	width: 885px;
	padding-top:70px;
	}

#content, #client_content {
	margin-left:90px;
	width:500px;
	float:left;
	display:inline;
}

#content img, #client_content img {
	border: 1px solid #ccc;
	}

#menu {
	display:inline;
	margin-left:30px;
	width:200px;
}

#footer {clear:left}

a {
	color: #c28b25;
	}

h1 {
	margin-top: 0px;
	margin-bottom:3px;
	font-size: 17px;
	line-height:24px;
	font-weight:normal;
	color:#784d00;
	}

h3, #client_content h3 {
	margin-top: 4em;
	margin-bottom:.25em;
	font-size: 16px;
	font-weight: bold;
	color:#784d00;
	}

#client_content h4 {
	margin-top: .5em;
}

#client_content h3 {
	margin-top: 2em;
}

h3 i {
	font-family: Avenir, Arial, Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #888;
	}

h3 a {
	text-decoration: none;
	color: #888;
	}

p.sub {
	margin-top: .5em;
	margin-bottom:3px;
	font-size: 10px;
	}

p.link {
	margin-top: .5em;
	margin-left:2em;
	font-size:10px;
	float:right;
	text-align:right;
	}

p.testimonial {
	color: #c28b25;
	font-size:1.3em;
	line-height:1.4em;
	margin:3em 3em 0em 3em;
}

p.testimonial_credit {
	text-align:right;
	font-style: italic;
	margin-right:3em;
}

.testimonial_hi {
	font-size:1.3em;
	font-style: bold;
}

ul {
	list-style-type: none;
	}