* { padding: 0; margin: 0; }
body {
	text-align: center;
	padding: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: helvetica;
}
a {
	font-size: 12px;
	font-family: helvetica;
	color:#ffffff;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-family: helvetica;
	color: #228B22;
	text-decoration: none;
	font-style: bold;
}
a.ft:link {
	font-size: 12px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
}
a.ft:visited {
	font-size: 12px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
}
a.ft:active {
	font-size: 12px;
	font-family: helvetica;
	color: #228B22;
	text-decoration: none;
}
a.ft:hover {
	font-size: 12px;
	font-family: helvetica;
	color: #228B22;
	text-decoration: none;
	font-style: bold;
	background-color: #ffffff;
}
#pic {
	margin:0px 75px 0px 100px;
}
.wrapper {
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	border-top: 1px solid  #228B22;
	border-left: 1px solid  #228B22;
	border-right: 1px solid  #228B22;
	border-bottom: 1px solid  #228B22;
}
.top {
	top: 0px;
	height: 180px;
	width: 980px;
	background-image: url(landscaping/images/newlogo.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.content {
	width: 974px;
	text-align: left;
	margin: 0;
	padding-top: 35px;
	padding: 3px;
	min-height: 375px;
	color: #000;
}
.footer {
	width: 980px;
	text-align: center;
	height: 14px;
	border-top: 1px solid  #228B22;
	color: #ffffff;
	background-color: #228B22;
	border-left: none;
	border-right: none;
}
#grass {
width:auto;
height:auto;
background-image: url(landscaping/images/grassleft.jpg);
background-position:left;
margin:0px;
background-repeat:repeat-y;
}
#grassr {
width:auto;
height:auto;
background-image: url(landscaping/images/grassright.jpg);
background-position:right;
margin:0px;
background-repeat:repeat-y;
}
#grassb {
width:auto;
height:auto;
background-image: url(landscaping/images/grass.png);
background-position:bottom;
margin:0px;
background-repeat:repeat-x;
}