#master_container #logo {
	position: absolute;
	top: 60px;
	left: 615px;
}

.title {
	margin-bottom: 5px;
}

.red_hair {
	margin: 10px 0;
}

#content {
	position: absolute;
	width: 500px;
	left: 222px;
	top: 105px;
	padding-bottom: 50px;
}	
	#content h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
		#content h2 a {
			color: #555;
		}
		#content h2 a:hover {
			color: #fff;
		}
	#content h3 {
		font-size: 14px;
		font-weight: bold;
		margin-top: -5px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	
	#content strong {
		font-weight: bold;
	}	
	#content p {
		font-size: 12px;
		color: #c4c4c4;
		line-height: 20px;
		margin-bottom: 15px;
	}
	
	#content p .open_quote {
		 float: left;
		 height: 45px;
		 margin-top: -32px;
		 padding-top: 45px;
		 margin-bottom: -50px;
		 margin-right: 5px;
		 font-size: 500%;
		 color: #fff;
	 }
	 
	 #content p .close_quote {
	 	display: none;
		 float: right;
		 height: 25px;
		 margin-top: 0px;
		 font-size: 600%;
		 padding-top: 15px;
		 color: #fff;
	 }
	
	
	#content .testimonial_name {
		display: block;
		color: #7f7f7f;
	}
	
	#content ul {
		font-size: 12px;
		line-height: 20px;
		color: #c4c4c4;
		margin-bottom: 25px;
	}
		#content ul li {
			margin-bottom: 5px;
		}
		#content ul.standard li {
			list-style: circle;
			margin-left: 16px;
		}
	
	#content ol {
		font-size: 12px;
		line-height: 20px;
		color: #c4c4c4;
		margin-bottom: 25px;
		
	}
		#content ol li {
			margin-bottom: 10px;
			list-style: decimal;
			margin-left: 18px;
		}


#about_menu {
	width: 145px;
	position: absolute;
	left: 795px;
	top: 120px;
}	
	#about_menu ul li {
		border-bottom: 1px solid #373838;
		margin-bottom: 4px;
		padding: 4px;
		font-size: 12px;
	}
		#about_menu ul li.active a {
			color: #969696;
		}
