
* {
	margin: 0;
	padding: 0;
}
body {
	background-position: 0px 0px;
	background-image: url(../images/bgnd.gif);
	background-repeat: repeat;
	background-color: #9f9381;
	text-align: center;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: left;
}
#content {
	padding-bottom: 80px;
	float: left;
	min-height: 450px;
	margin-top: 105px;
	background-color: white;
	width: 950px;
	background-position: right bottom;
	background-image: url(../images/bgnd-content.jpg);
	background-repeat: no-repeat;
}
#nav {
	padding-left: 50px;
	margin-top: 130px;
	width: 210px;
	float: left;
}
#main {
	padding-right: 50px;
	margin-top: 50px;
	float: right;
	width: 590px;
}
#footer {
	clear: both;
}
#logo {
	width: 170px;
	left: 70px;
	top: 23px;
	position: absolute;
}#subnav {
	width: 950px;
	top: 70px;
	left: 0px;
	text-align: right;
	position: absolute;
}
img {
	border-width: 0;
}
.clear {
	clear: both;
}
#testimonials {
	margin-top: 20px;
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
