html {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

body {
	background: #F2F2F2;
}

#content {
	width:800px;
	margin: auto;

}

p, a {
	font-size: 14pt;
}

h1 {
	color: #669F3B;
	font-weight: bold;
	font-size: 20pt;
	margin-top: 30px;
}

h1#main_title {
	font-size: 24pt;
	margin-top: 0px;
}

h2, h3, a {
	color: #669F3B;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
}

ul {
/*	list-style-type: none;*/
}

.sub-heading {
	font-size: 80%;
}

#header_bar {
	padding: 40px 0px;
}

#contact {
	font-size: 80%;
	margin-top: 40px;
}

div#report_cover {
	width:450px;
	float:left;
}

div#report_cover img {
	padding: 0px 25px 40px 25px;
	border: none
}

div#report_links {
	width: 350px;	
	float: left;
}
a:hover {
	color: red;
}

div.img_w_cap {
	width:400px;
	float:left;
}

div.img_w_cap img, div.img_w_cap p {
	padding: 0px 25px 0px 25px;
}

#vacant_park {
	margin-top: 20px;
}

div#soil_sampling p {
	margin-top: 28px;
}

div#flatlands {
	width: 450px;
}

div#typical_faire {
	width: 350px;
	margin-top:100px;
}

div#urban_garden {
	margin-top: 20px;
	margin-left: 150px;
}

.bio_pics {
	float:left;
	margin-right: 20px;
}

.name, .name a {
	font-weight: bold;
/*	color: #006838;*/
}

#footer {
	padding-top: 30px;
}

div.clear {
	clear: both;
}