#categories {
	margin: 77px 0 58px;
}
	#categories ul {
		margin: 0 auto;
		width: 700px;
	}
		#categories ul li {
			list-style-type: none;
			text-align: center;
				display: block;
				float: left;
		}
			#categories ul li a {
				text-decoration: none;
				display: block;
				padding: 15px;
			}
			#categories ul li a:hover,
			#categories ul li a.active {
				background-color: #e9e9e9;
				color: #000;
			}
#quote {
	clear: left;
}
	.quote_text {
		font-weight: normal;
		letter-spacing: 0px;
		font-size: 1.4em;
		line-height: 35px;
		height: 21px;
		margin-bottom: 10px;
		font-family: 'Gill Sans MT', 'Lucida Sans', Verdana, Arial, Helvetica, Lucida, sans-serif;
	}
	.quote_caption {
		margin-bottom: 1px;
	}
	#quote_caption1 {
		color: #464646;
	}
	#quote_caption2,
	#quote_caption3 {
		color: #5e5e5e;
	}