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

h1, h2, h3 {
	color: #000000;
}

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

.boxedB {
	background: #bdbdbd url(images/nav-grey-bkgrd.jpg) repeat-y;
	border-bottom: 1px solid #5f5f5f;
}

.boxedB h2 {
	color: #4f4f4f;
}

.boxedB a {
	background: #ebebeb url(images/nav-grey-a.jpg) no-repeat;
	color: #5f5f5f;
}

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


