<style type="text/css">
p.sample {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
</style>


#container
{
	margin: 0 30px;
	background: #fff;
}

#navigation
{
	float: left;
	width: 100%;
	background: #cccc60;
        font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;

}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	width: 16%;
}

#navigation li a:hover { background: #5b5b5b; }

#content
{
	clear: left;
	padding: 0px;
        font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
       }

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

