/* To Customize Left Nav color & Heading color */

h1, h2, h3 {
	color: #704b23;
}

#content {
	background-image: url(images/color-band-yellow.jpg);
}

.boxedB {
	background: #fefab7 url(images/nav-yellow-bkgrd.jpg) repeat-y;
	border-bottom: 1px solid #fcee0f;
}

.boxedB h2 {
	color: #704b23;
}

.boxedB a {
	background: #fffbde url(images/nav-yellow-a.jpg) no-repeat;
	color: #704b23;
}

.boxedB a:hover {
	background: #9b6937 url(images/nav-yellow-hover.jpg) no-repeat;
}


