<?xml version="1.0" encoding="utf-8"?>
<!-- Make sure all comments are the two-dash (not three-dash) variety -->
<site>
	<section name="home" label="Home" url="/index.cfm">
		<page label="Home" url="/index.cfm" />
		<page label="Contact Us" url="/contact.cfm" />
		<page label="Site Map" url="/sitemap.cfm" />
	</section>
	<section name="about" label="About" url="/about.cfm">
		<page label="Company" url="/company.cfm" />
		<page label="Steve Bryant" url="/steve-bryant.cfm" />
		<page label="News" url="/news.cfm" />
	</section>
	<section name="writing" label="Writing" url="/writing.cfm">
		<page label="Blog" url="/blog.cfm" />
		<page label="Articles" url="/articles.cfm" />
		<page label="Online Presentations" url="/presentations.cfm" />
	</section>
	<section name="tools" label="Tools" url="/tools.cfm">
		<page label="Custom Tags" url="/cftags/" />
		<page label="CFCs" url="/cfcs/" />
		<page label="Programs" url="/programs.cfm" />
		<page label="Third-Party Tools" url="/third-party.cfm" />
	</section>
	<!-- <section name="resources" label="Resources" url="/resources.cfm">
		<page label="Tulsa MMUG" url="/mmug.cfm" />
		<page label="Classes" url="/classes.cfm" />
		<page label="Designers" url="/designers.cfm" />
	</section> -->
</site>