/*
 * Page Styles
 */
#navBodyBase {
	background-color: rgb(248,246,242);
}
#navBody {
	height: 350px;
	padding: 95px 140px 15px 110px;
	background-color: rgb(248,246,242);
}
.heading {
	font-weight: bold;
	font-size: 14px;
	color: rgb(211,152,93);
}

