/*
© 2007 Curley's Landscape. All rights reserved.
http://www.curleyslandscape.com/
*/


body {
	background: #338d41;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #147d3e;
}

h1 {
	font-size: 200%;
	margin: 0.6em 0;
}

h2 {
	font-size: 150%;
	margin: 0.8em 0;
}

h3 {
	font-size: 113%;
	margin: 1.05em 0;
}

h4 {
	font-size: 100%;
	margin: 1.2em 0;
}

h5 {
	font-size: 82%;
	margin: 1.45em 0;
}

h6 {
	font-size: 63%;
	margin: 1.9em 0;
}

img {
	border: 0 none;
}

p {
	margin: 1.6em 0;
}

div, p, ul {
	font-size: 120%;
}

#header {
	width: 760px;
	height: 170px;
	background: #fff url(/images/header) no-repeat 45px 0;
	font-size: 100%;
}

#footer {
	color: #fff;
	font-size: 85%;
	padding-top: 17px;
}

#footer a {
	color: #fff;
}

#body {
	font-size: 100%;
	padding: 1px 1.5em 0 100px;
}



hr {
	height: 2px;
	background: #147d3e;
	border: 0;
	color: #147d3e;
	margin: 0;
}