

body {
	font-family: Verdana, Arial, sans serif;
		font-size: 11px;
		background-color: #000;
		}


.body { 
	width: 90%;
	margin: auto;
	background-color: white; 
	padding: 0px;
	}
	
	.top { width: 100%;
	padding-top: 10px;
	}
	
	
	.color-bar {
		background-color: #F8DB94;
		height: 210px;
		width: 100%;
	}
	
	.color-bar-small {
		background-color: #F8DB94;
		height: 110px;
		width: 100%;
	
	}
	
	.color-bar p  {
		font-size: 14px;
		font-family: Times, serif;
		padding-top: 50px;
		padding-right: 5%;
		padding-left: 30%;
		line-height: 26px;
		}
		
	.color-bar-small p {
		font-size: 13px;
		font-family: Times, serif;
		padding-left: 30%;
		font-size: 13px;
		line-height: 22px;
		padding-top: 15px;
		padding-right: 25px;
		
		}
		
	.content {
		background-color: white; 
		
		}
		
	.quote {
		float: left;
		width: 25%;
		padding: 15px;
		color: #8F7A3A;
		line-height: 16px;
		padding-top: 0px;
		background-color: white; 
	
		}
		
	.text { line-height: 18px;
			width:65%;
			background-color: white; 
			margin-left: 30%;
		
			}
		
	.text h1 {
		font-family: Avenir, Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		margin-top: 15px;
	}
		
	.text h2 {
		color: #E57614;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 0px;
		text-transform: uppercase;
			margin-top: 10px;
		}
	.text p { 
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		padding-bottom: 2%;
		
		}
	 b, strong { 
		color: #8F7A3A; 
		font-weight: normal;}
		
	a:link, a:visited {
		color: #E57614;
		}
	a:hover { color: #8F7A3A; }
	
	.nav-2 { font-size: 11px; }
	
	#logo { margin-left: 9px; }
	

	