body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #737476;
	background-repeat: repeat-y;
	line-height: 130%;
}
p {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #d57b25;
}

h1 {
	font-size: 120%;
	color: #737476;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h2 {
	font-size: 110%;
	color: #737476;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
h3 {
	color: #737476;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.lead {
	margin: 20px;
	font-size: 14px;
}
.green {
	background-color: #D8ECAF;
}
.footer {
	font-size: 90%;
	background-image: url(graphics/page-base.gif);
	background-repeat: no-repeat;
}
.greenpage {
	background-image: url(graphics/page-bg-right.gif);
	background-repeat: repeat-x;
}
.leftbar {
	background-image: url(graphics/bg-landscaping-brisbane.jpg);
	background-color: #e2efc3;
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbg {
	background-color: #daebb0;
}
.photobg {
	background-color: #e9f3d0;
}
.topbar {
	background-image: url(graphics/bg-topbar.gif);
	background-color: #ecf3d2;
}
ul {
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
.white {
	background-color: #FFFFFF;
}
