body
{
	font-family: Arial Narrow, Helvetica Condensed, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FF3;
}
	UL#nav	
	{
		background-color: #909;
		width: 100%;
		margin: 0;
		padding: 2px 0 4px 22px;
	}
	UL#nav LI
	{	background-color: #909;
		display: inline;
		list-style: none inherit;
		color: #CCC;
	}
	UL#nav LI:after{Content:" |  "}
	UL#nav LI#last:after{Content:" -- --  "}
	UL#nav LI A	
	{
		color: #CCC;
		text-decoration: underline;
		font-size:90%
	}
	UL#nav LI A:hover { text-decoration: underline overline; }
	H1, H2	
	{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 10px 0;
		color: #03c;
		background-color: #CCC;
		font-family:Futura Condensed, Arial Narrow, Helvetica Narrow, Sans-serif;
		Font-size:120%;
		font-weight:300;
	}
	H1{padding:4px 0 4px 24px;}
	H2{font-size:90%;
		background-color: #FFF;
	}
	DIV#main	
	{
		width: 90%;
		position: relative;
		border-color: #FC0;
		border-width: 1px;
		border-style: solid;
		height: 100%;
		clear: none;
		display: block;
		background: #FFF;
		margin-left: auto;
		margin-right: auto;
		padding:4px 0 4px 24px;
	}
	
	DIV#main P{
		font-size:90%; 
		font-family: Palatino, Times New Roman, serif;	
	}
