body {
		text-align: center;
	}
	
	body, td, p {
		font: 12px/15px "lucida grande", lucida, verdana, san-serif;
		color: #000;
	}
	
	h1, .hide {
		display: none;
		}
	
	a {
		text-decoration: none;
		color: #82993a;
		}
		
	a:hover, a:focus {
		text-decoration: underline;
		}
	
	#frame {
		text-align: left;
		width: 760px;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	#head {
		margin: 20px 0;
	}
	
	#left {
		width: 460px;
		float: left;
		margin: 20px 0 0 20px;
	}
	
	h2 {
		color: #82993a;
		font-size: 180%;
		font-weight: normal;
		padding: 0;
		margin: 0 0 30px 0;
		line-height: 130%;
		}
		
	h3 {
		color: #3e8d4c;
		line-height: 120%;
		}
	
	#right {
		width: 230px;
		margin: 20px 0 0 510px;
	}
	
	#n-about, #n-faq, #n-employ, #n-home {
		padding: 15px;
		color: #fff;
		display: block;
		text-decoration: none;
		font-size: 130%;
	}
	
	#n-home {
		color: #979e74;
	}
	
	.small {
		font-size: 12px;
		}
	
	#n-about { background: #979e74; border: 1px solid #979e74; }
	#n-faq { background: #3186bf; border: 1px solid #3186bf; }
	#n-employ { background: #6b886a; border: 1px solid #6b886a; }
	#n-home { background: #fff; border: 1px solid #979e74; }
	
	#n-about:focus { background: #fff; color: #979e74; }
	#n-faq:focus { background: #fff; color: #3186bf; }
	#n-employ:focus { background: #fff url(../_img/pdf_href.gif) top right no-repeat; color: #6b886a; }
	#n-home:focus { background: #979e74; color: #fff; }
	
	#n-about:hover { background: #fff; color: #979e74; }
	#n-faq:hover { background: #fff; color: #3186bf; }
	#n-employ:hover { background: #fff url(../_img/pdf_href.gif) top right no-repeat; color: #6b886a; }
	#n-home:hover { background: #979e74; color: #fff; }
	
	.sub {
		font-style: italic;
		margin: 30px 10px 0 10px;
		}
	
	#foot {
		border-top: 1px solid #5e7c4e;
		margin: 40px 0 20px 20px;
		padding: 0;
	}
	
	#foot p {
		margin: 0;
		padding: 0 0 0 10px;
		border-left: 65px solid #5e7c4e;
		font-size: 90%;
		color: #3186bf;
		}
		
	#quote {
		width: 250px;
		padding: 10px;
		background: #e4e9d4;
		float: right;
		margin: 10px 0 10px 20px;
		}
		
	.quote-text {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
		}
		
	.quotee {
		margin: 10px 0 0 50px;
		color: #3186bf;
		}
		
	.big {
		font-size: 20px;
		line-height: 10px;
		font-weight: bold;
		color: #979e74;
		}
		
	.question {
		margin: 0 0 10px 0;
		color: #3186bf;
		}
		
	.answer {
		margin: 0 0 25px 20px;
		}
		
		