body
	{
		font-family: "OfficinaSansEtt", Officina, Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
	}
	
#header
	{
		font-size: 120%;
	}
	
#header a
	{
		text-decoration: none;
		color: #000;
	}
	
#content
	{
		line-height: 1.8em;
	}
	
#top-navigation, #sub-navigation, #content hr, #about h2
	{
		display: none;
	}
	
#about
	{
		border-top: 1px solid #000;
		text-align: right;
		font-size: 80%;
	}
	
h1, h2, h3
	{
		text-transform: uppercase;
	}
	
img.r
	{
		float: right;
		margin-left: 15pt;
	}
	
img.l
	{
		float: left;
		margin-right: 15pt;
	}
	
img.b
	{
		border: 1px solid #000;
	}