/* index nav css for Neville and Co. */

#nav ul#top li a.home { /* current page code */
	background: #fff;
	color: #a3c408;
  text-decoration: none;
  padding: 15px 15px 18px;
}
*:first-child+html #nav ul#top li a.home {  
  display: block;
  line-height: 1em;
}
* html #nav ul#top a:hover.home {
	background: #fff;
	color: #a3c408;
}
#main h2 {
 font-size: 1.3em;
 margin: 0.5em 0;
 line-height: 1.7em;
/* letter-spacing: 0.03em;  */
 text-align: right;
}
