	html {
		width: 100%;
		}
	#content {
		width: 95%;
		} 
	#content-indent {
		width: 6in;
		}
	#localmenu {
		background: transparent;
		color: #000;
		width: auto;
		text-align: left;
		z-index: 10;
		padding: 4px;
		line-height: 1.4em;
		margin-right: -8px;
		}
	#localmenu a {
		color: #000; 
		border: 1px solid #777;
		background-color: #fff;
		padding: 0px 8px;				
		}
	#localmenu a:link { 
		text-decoration: none; 
		background-color: #fff;
		margin-top: 4px;
		color: #000;
		}
	#localmenu a:visited { 
		text-decoration: none; 
		background-color: #fff; 
		color: #000;
		}
	#localmenu a:active { 
		text-decoration: none; 
		background-color: #fff;
		color: #000; 
		}
