#nav ul li a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #644d38;
}
	#nav ul li a:hover {
		text-decoration: underline;
	}
#content {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #644d38;
}
#content h1 {
	text-align: center;
	font-size: 26px;
}
#content h2 {
	text-align: center;
	font-size: 17px;
}
#content h3 {
	text-align: center;
	font-size: 14px;
}
#content ul li {
	font-size: 14px;
	font-weight: bold;
}
#content p {
	font-size: 15px;
	font-weight: bold;
}
#faq {
	font-family: Arial, "MS Trebuchet", sans-serif;
}
	#faq ul li {
		font-size: 17px;
		font-weight: normal;
	}
#map h2 {
	font-size: 13px;
	text-align: left;
}
#map p {
	font-size: 13px;
	padding-left: 40px;
}
#map a {
	font-size: 13px;
}
#pricing p {
	font-size: 12px;
	font-weight: normal;
}
#dj p {
	font-size: 13px;
	font-weight: normal;
}
#contact table p {
	font-size: 12px;
	text-align: right;
}
#footer {
	font-family: Arial, "MS Trebuchet", sans-serif;
}
	#footer p {
		font-size: 13px;
		text-align: center;
		color: #fff;
		margin: 0;
	}
	#footer a {
		font-weight: bold;
		color: #fff;
	}
		#footer a:hover {
			color: #ddd;
		}
#faq h1, #calendar h1, #pricing h1, #map h1, #dj h1, #contact h1 {
	text-align: left;
	font-size: 13px;
}