Content for Longleaf Pine Forest
---
title: Longleaf Pine Forest
layout: template.html
---
<p>The <strong>Longleaf Pine Forest</strong> stamps were issued in 2002 from Tallahassee, Florida.
It is the fourth stamp pane in the Nature of America series.</p>
<p>
<img class="stamppane" src="/images/stamps/sn3611.png" alt="Longleaf Pine Forest stamp pane" />
</p>
<p>Although greatly reduced in size, the longleaf pine forest still occupies parts of its natural range in the coastal plains from southeastern Virginia to eastern Texas. Characterized by the longleaf pine, this unique ecosystem includes many plant communities that vary with soil type, moisture, and frequency of fire.
</p>
<p>Before European settlement, fires burned unchecked and the longleaf pine evolved with adaptations to survive fire. Seedlings need fire-cleared ground to become established. They resemble clumps of grass with long needles that protect the buds. Their long taproots store food, allowing the young trees to shoot upward, thus reducing the exposure of the growing tips to fire. Mature trees have thick, protective bark.
</p>
<p>This "forest built by fire" still supports diverse species, including the endangered red-cockaded woodpecker. Programs are underway to preserve remaining stands of longleaf and restore them where they have been replaced by other trees.
</p>
template.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ title }} | Nature of America</title>
{% include htmlhead.html %}
</head>
<body>
<header>
<h1>Nature of America</h1>
{% include navigation.html %}
</header>
<main>
<h2>{{ title }}</h2>
{{ content }}
</main>
{% include footer.html %}
{% include blueimp_gallery_templates.html %}
</body>
</html>