body {
	background-color: #B28C5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #0C8041;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* P.P.Indicator
--------------------------------*/

#home #nav li.home,
#contact #nav li.contact,
#gallery #nav li.gallery,
#gardening #nav li.gardening,
#stump #nav li.stump,
#testimonials #nav li.testimonials,
#tree #nav li.tree,
#woodchips #nav li.woodchips{
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
	background-color: #0E7F3F;
	background-image: none;
	}
/*--------------------------------*/

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 165px;
	background-image: url(../images/greenfingers-banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8BCA3D;
	width: 780px;
	margin-right: 40px;
	margin-left: 40px;
}
#header img {
	margin-top: 40px;
	margin-bottom: 40px;
}

#mainContent {
	width: 560px;
	float: right;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFF0CA;
	margin-right: 40px;
	padding-top: 0px;
	display: inline;
}
a:link, a:visited {
	color: #0D8142;
}
a:hover, a:active {
	text-decoration: underline;
	color: #99CC00;
}

#mainContent p {
	line-height: 1.4;
}
#mainContent h1 {
	font-size: 22px;
	margin-top: 20px; /* for ie7 */
}
#mainContent h2 {
	font-size: 16px;
}


#mainContent ul li {
	line-height: 1.5;
}
#gallery_iframe {
}


#sideBar {
	background-color: #86CF1E;
	float: left;
	width: 200px;
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	display: inline;
}
#sideBar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#sideBar a:hover {
	color: #0E7F3F;
	background-color: #A0D376;
}

#sideBar ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#sideBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer {
	clear: both;
	padding-bottom: 5px;
	width: 860px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: center top;
	margin: 0px;
	height: 45px;
	background-color: #B28C5B;
}
#footer p {
	color: #006633;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}
#mainContent img.right {
	float: right;
	padding-left: 20px;
}
#mainContent img.left {
	float: left;
	padding-right: 20px;
}
#mainContent #imagebox {
	float: right;
	width: 250px;
	padding-left: 20px;
}
#mainContent #imagebox p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#mainContent .testimonial {
	background-color: #EBF5DC;
	padding: 5px;
	border: 1px solid #86CA1D;
}
