.copyright {
	padding-top: 5em;
	text-align: center;
	font-size: 10px;
}

html {
	margin: 0px;
	padding: 0px 2.5em 0px 2.5em;
	background-color: #C1BC97;
	color: #000;
	font-family: Georgia, Garamond, "Times New Roman", serif;
}

body {
	margin: 0px;
	padding: 12px 2em 2em 2em;
	background-color: #FFFBF7;
	border-right: 3px solid #996600;
	border-left: 3px solid #418D4D;
}

h1 {
	background: #1C2716 url(images/garden04.jpg) no-repeat scroll 50% 0%;
	text-align: center;
	height: 100px;
	color: #fff;
	font-size: 35px;
	font-family: Copperplate, Georgia, Garamond, serif;
	text-indent: -5000px;
}

h2 {
	color: #fff;
	background-color: #56723C;
	padding: 10px 10px 10px 20px;
}

#index {
	background-color: #FFFBF7;
	margin: 0px 0px 0px 0px;
	width: 180px;
	border-left: 2px solid #418D4D;
	border-right: 2px solid #996600;
	float: left;
}

#index ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#index li {
	list-style-type: none;
	display: block;
	padding: 5px 8px 7px;
	margin: 0;
	border-top: 1px solid #dde2e8;
	border-bottom: 1px solid #dde2e8;
	font-size: 86%;
}

#index li.current { font-weight: bold; }

#index li.notcurrent { font-weight: normal; } 

#index a { text-decoration: none; }

#index a:focus, #index a:hover { text-decoration: underline; }

#content {
	border: 0;
	padding-left: 202px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#lowercontent {
	padding-top: 1.5em;
	text-align: center;
}

.testimonials {
	text-align: left;
	margin-left: 205px;
}

.maintenance {
	margin-left: 150px;
}

hr.line {
	text-align: left;
	height: 1px;
	border: 1px solid #ccc;
	background-color: transparent;
}

.port1, .port2 {
	position: relative;
	width: 300px;
	height: 240px;
	float: left;
	margin: 10px 15px 0px 0px;
}

.port1 p {
	position: absolute;
	top: 193px;
	left: 30px;
	color: #fff;
}

.port2 p {
	position: absolute;
	top: 193px;
	left: 32px;
	color: #fff;
}

.port1 p a, .port2 p a {
	color: #fff;
	text-decoration: none;
}

.port1 p a:hover, .port2 p a:hover {
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: left;
}

a.calmlink { color: black; }