html {
	overflow-y: scroll;
}
body {
	font-family: adobe-caslon-pro, serif;
	margin: 0px;
	background-color: #525048;
}
img {
	border: none;
}
.wrapper {
	background-color: #f0eee0;
	background-image: url(../img/site-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 8px;
	width: 805px;
	margin: 10px auto;
	color: #58595b;
	position: relative;
	padding: 0px 100px 40px;
	min-height: 725px;
	-webkit-box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
}
.header {
	background-image: url(../img/header.png);
	width: 805px;
	height: 95px;
	position: relative;
}
.header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 64px;
	left: 130px;
}
.header li {
	display: inline-block;
	*display:inline;zoom:1;
	vertical-align: top;
}
.header li a {
	display: block;
	width: 133px;
	height: 25px;
	padding-top: 1px;
	background-image: url(../img/navigation.png);
	font-family: botanika-mono-web;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.header li a:hover, .header li.sel a {
	background-position: 0px -26px;
}
.header li.home a {
	background-image: url(../img/nav-home.png);
}
.header li.services a {
	background-image: url(../img/nav-services.png);
}
.header li.testimonials a {
	background-image: url(../img/nav-testimonials.png);
}
.header li.about a {
	background-image: url(../img/nav-about.png);
}
.content {
	position: relative;
	padding-top: 1px;
	padding-left: 340px;
	min-height: 400px;
}
.logo {
	position: absolute;
	left: -8px;
	top: 83px;
}
.washington {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.homepage {
	padding-top: 80px;
	text-align: center;
	color: #60615b;
}
.homepage h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	font-style: italic;
	color: #397f5b;
	text-align: center;
}
.homepage span {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}
.homepage a {
	color: #60615b;
	text-decoration: none;
	display: block;
	padding: 2px;
	margin-top: 5px;
	font-size: 11px;
}
.homepage a:hover {
	text-decoration: underline;
}
.homepage a b {
	font-size: 16px;
	font-weight: 500;
}
.homepage .foot {
	font-size: 11px;
	line-height: 17px;
}
.homepage .foot b {
	font-size: 16px;
	font-weight: 500;
}
.homepage .foot i {
	font-size: 12px;
}
.homepage .foot sup {
	font-size: 9px;
}

.aboutpage {
	padding-top: 100px;
	line-height: 17px;
	font-size: 16px;
	margin-right: -20px;
}
.aboutpage img {
	float: left;
	margin: 0px 15px 5px 0px;
}

.servicespage {
	padding-top: 85px;
	line-height: 17px;
	font-size: 16px;
	margin-right: -30px;
}
.servicespage img {
	margin-left: 70px;
	margin-bottom: 10px;
}
.servicespage ul {
	list-style: none;
	padding-left: 70px;
	font-family: sans-serif;
}
.servicespage li {
	/*text-transform: uppercase;*/
 	font-size: 14px;
 	letter-spacing: 1px;
 	margin-bottom: 2px;
}
.servicespage li b {
	 font-weight: 500;
}

.testimonialsspage {
	padding: 60px 35px 0px 0px;
	line-height: 17px;
	font-size: 16px;
	position: relative;
}
.testimonialsspage div {
	margin-top: 40px;
}
.testimonialsspage div.bottom {
}