<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<title>Web Essentials</title>
	<link rel="stylesheet" href="workshop.css" type="text/css">
</head>
<body>
<ul class="topnav">
	<li class="back"><a href="slide19.htm">Back</a></li>
	<li class="start"><a href="index.htm">Start</a></li>
	<li class="next"><a href="slide1.htm">Next</a></li>
</ul>
<div id="header">
	<h1>
		<em>Web Essentials</em>
	</h1>
</div>
<div id="topnav">
	<ul>
		<li><a href="#">home</a></li>
		<li><a href="#">about</a></li>
		<li><a href="#">we04</a></li>
		<li><a href="#">we05</a></li>
		<li><a href="#">workshops</a></li>
	</ul>
</div>
<div id="topstrip"></div>
<div id="content">
	<p class="intro">
		Web Essentials focuses on teaching best practices in web design and development through:
	</p>
	<ul>
		<li>standards based X/HTML markup</li>
		<li>CSS techniques</li>
		<li>accessible markup</li>
		<li>user experience</li>
	</ul>
	<h2>
		WebEssentials 04
	</h2>
	<p>
		Web Essentials was established in 2004 to produce the highly successful standards based web development conference, <a href="#">WE04</a>. Bringing the big names of design and development to Australia for the first time, WE04 was an exciting and important event which catered for a wide and varied audience.
	</p>
	<h2>
		WebEssentials 05
	</h2>
	<p>
		Following up on this success, at <a href="http://we04.com">WE05</a> you will see <a href="#">7 international speakers</a> who are second to none in their field. All the latest in web design, development, user experience and accessibility, workflow and strategy will be covered, with <a href="#">in depth sessions</a> on CSS, XHTML, emergent semantics, Javascript, AJAX, and much more.
	</p>
	<h2>
		CSS Workshops
	</h2>
	<p>
		In July 2005 we're also launching the first of an ongoing series of <a href="#">standards based web design workshops</a>.
	</p>
</div>
<div id="banners">
	<a href="#"><img src="images/site/we05.gif" alt="Web Essentials 05" width="148" height="120"></a>
	<a href="#"><img src="images/site/workshop.gif" alt="Web Essentials CSS workshops" width="148" height="117"></a>
</div>
</body>
</html>

body { ... }
#header { ... }
#topnav { ... }
#topstrip { ... }
#content { ... }
#banners { ... }