
	
	#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	#header li {
		display: inline;
		margin: 0 2px 0 0;
		
	}
	
	#header a {
		padding: 0 1em;
		text-decoration: none;
		color: #000;
		background: #fe5;
		background-image: url(../images/nav-bg.gif);
		font-weight:
 bold; 
 FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0000;font-family:  Arial, Verdana, Helvetica, sans-serif;
 
	}
	
	#header a:hover {
		background: #000;
		color: #540;
	}0123456789a
	
	#header #selected {
	
	
	}
	
	#header #selected a {
		padding-bottom: 2px;
		font-weight: bold;
		background-image: url(../images/tl-bg.gif);
 background-repeat: repeat-x;
	}
	
	#content {
		border-top: 1px solid white;
		background: #fc0;
		padding: 1em;
	}
	
	#content p {
		margin: 0;
		padding: 1em;
		background: white;
	}
	
	h1 {
		font-size: 1.5em;
		
	}
	
	
	
	
	