body	{
			background-color: #fff ;
			color: #000 ;
			font-family: "Times New Roman", Times, serif;
			font-size: .85em ;
			padding: 0 10% ;
		}
		
h1	{
			font-size: 1em ;
		}
		
div#header	{
			background-color: #f60 ;
			color: #fff ;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			height: 123px ;
			background: url(images/header.gif) no-repeat;
			}
			
div#header h1 {
			font-size: 18pt ;
			padding: 5px 0 .4em 150px ;
			letter-spacing: 2px ;
		}
		
div#header p	{
			font-size: 12pt ;
			padding-left: 150px ;
		}
		
div#container	{
			/*background: Gray;*/
			width: 640px ;
			padding: 10px 0 ;
			margin: 10px 0 ;
		}

div#nav	{
			float: left ;
			width: 181px ;
			/*background-color: Blue;*/
			margin: 5px ;
		}
		
div#nav ul	{
			list-style: none ;
			margin-left: -25px ;
		}
		
div#nav ul li	{
			line-height: 30px ;
			border-top: 1px solid #c9f ;
			text-align: center ;
		}
		
div#body	{
			float: left ;
			/*background: yellow ;*/
			/*border-top: 2px solid #c9f ;*/
			margin-top: 5px ;
			width: 440px ;
		}
		
img.right	{
			float: right ;
			margin: 5px -20px 5px 10px ;
		}

p.pullright	{
			float: right ;
			margin: 5px -20px 5px 10px ;
		}
		
p.center	{
			text-align: center;
		}

table	{
			width: 95% ;
			margin-top: 20px ;
		}	

th	{
			padding: 5px ;
			text-align: center;
			font-weight: bold ;
			font-size: 1em ;
			text-decoration: underline;
			color: #fff ;
			background-color: #f60;
			border: 1px solid #9F4000;
		}	
		
td	{
			padding: 5px ;
		}

div#event	{
			font-family: Harrington, fantasy;
			font-size: 1.75em ;
			text-align: center ;
		}	
