<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Prosperous | Style Demo</title>
<meta charset="iso-8859-1">
<link rel="stylesheet" href="styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"></script><![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<hgroup>
<h1><a href="index.html">Prosperous</a></h1>
<h2>Free HTML5 Website Template</h2>
</hgroup>
<form action="#" method="post">
<fieldset>
<legend>Search:</legend>
<input type="text" value="Search Our Website…" onFocus="this.value=(this.value=='Search Our Website…')? '' : this.value ;">
<input type="submit" id="sf_submit" value="submit">
</fieldset>
</form>
<nav class="clear">
<ul>
<li><a href="index.html">Homepage</a></li>
<li class="active"><a href="style-demo.html">Style Demo</a></li>
<li><a href="full-width.html">Full Width</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="#">DropDown</a>
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
</li>
<li class="last"><a href="#">A Long Link Text Here</a></li>
</ul>
</nav>
</header>
</div>
<!-- content -->
<div class="wrapper row2">
<div id="container" class="clear">
<!-- content body -->
<div id="content">
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<section>
<h1><h1> to <h6> - Headline Colour and Size Are All The Same</h1>
<figure class="imgr"><img src="images/demo/imgr.gif" alt="" width="125" height="125"></figure>
<p>Aliquatjusto quisque nam consequat doloreet vest orna partur scetur portortis nam. Metadipiscing eget facilis elit sagittis felisi eger id justo maurisus convallicitur.</p>
<p>Dapiensociis <a href="#">temper donec auctortortis cumsan</a> et curabitur condis lorem loborttis leo. Ipsumcommodo libero nunc at in velis tincidunt pellentum tincidunt vel lorem.</p>
<figure class="imgl"><img src="images/demo/imgl.gif" alt="" width="125" height="125"></figure>
<p>This is a W3C compliant free website template from <a href="http://www.moobnn.com/" title="????">????</a>. For full terms of use of this template please read our <a href="#">website template licence</a>.</p>
<p>You can use and modify the template for both personal and commercial use. You must keep all copyright information and credit links in the template and associated files. For more HTML5 templates visit <a href="#">Free Website Templates</a>.</p>
<p>Portortornec condimenterdum eget consectetuer condis consequam pretium pellus sed mauris enim. Puruselit mauris nulla hendimentesque elit semper nam a sapien urna sempus.</p>
</section>
<section>
<h1>Table(s)</h1>
<table>
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
<th>Header 4</th>
</tr>
</thead>
<tbody>
<tr class="light">
<td>Value 1</td>
<td>Value 2</td>
<td>Value 3</td>
<td>Value 4</td>
</tr>
<tr class="dark">
<td>Value 5</td>
<td>Value 6</td>
<td>Value 7</td>
<td>Value 8</td>
</tr>
<tr class="light">
<td>Value 9</td>
<td>Value 10</td>
<td>Value 11</td>
<td>Value 12</td>
</tr>
<tr class="dark">
<td>Value 13</td>
<td>Value 14</td>
<td>Value 15</td>
<td>Value 16</td>
</tr>
</tbody>
</table>
</section>
<section id="comments">
<h2>Comments</h2>
<ul>
<li class="comment_odd">
<article>
<header>
<figure><img src="images/demo/avatar.gif" width="32" height="32" alt=""></figure>
<address>
By <a href="#">A Name</a>
</address>
<time datetime="2000-04-06T08:15+00:00">Friday, 6<sup>th</sup> April 2000 @08:15:00</time>
</header>
<section>
<p>This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking.</p>
</section>
</article>
</li>
<li class="comment_even">
<article>
<header>
<figure><img src="images/demo/avatar.gif" width="32" height="32" alt=""></figure>
<address>
By <a href="#">A Name</a>
</address>
<time datetime="2000-04-06T08:15+00:00">Friday, 6<sup>th</sup> April 2000 @08:15:00</time>
</header>
<section>
<p>This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking.</p>
</section>
</article>
</li>
<li class="comment_odd">
<article>
<header>
<figure><img src="images/demo/avatar.gif" width="32" height="32" alt=""></figure>
<address>
By <a href="#">A Name</a>
</address>
<time datetime="2000-04-06T08:15+00:00">Friday, 6<sup>th</sup> April 2000 @08:15:00</time>
</header>
<section>
<p>This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking.</p>
</section>
</article>
</li>
</ul>
<h2>Write A Comment</h2>
<form action="#" method="post">
<p>
<input type="text" name="name" id="name" value="" size="22">
<label for="name"><small>Name (required)</small></label>
</p>
<p>
<input type="text" name="email" id="email" value="" size="22">
<label for="email"><small>Mail (required)</small></label>
</p>
<p>
<textarea name="comment" id="comment" cols="25" rows="10"></textarea>
<label for="comment" class="hidden"><small>Comment (required)</small></label>
</p>
<p>
<input name="submit" type="submit" id="submit" value="Submit Form">
<input name="reset" type="reset" id="reset" value="Reset Form">
</p>
</form>
</section>
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- #####################################