body {
	background: #171412;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color:#eec4a4;
}

a {
	color: #EEB589;
}

h1 {
	font-weight: bold;
}

hr {
    border-style: inset;
    border-width: 1px;
}

address {
	margin: 0 0 30px 50px;
	color: #fff;
}

#headerBg {
	background: url(../images/headerBg.jpg) no-repeat;
}

#mainWrapper {
	background: url(../images/wrapperBg.jpg);
	border-left: solid thin #ba7e50;
	border-right: solid thin #ba7e50;
	border-bottom: solid thin #ba7e50;
}

#mainNav ul {
	list-style-type: none;
	list-style-position: none;
}

#mainNav ul li a {
	float: left;
	margin: 12px 10px 0 10px;
}

#mainNav ul li a:hover {
	color: #fff;
}

#home li.navHome a,
#bio li.navBio a,
#catalog li.navCatalog a,
#contact li.navContact a,
#record li.navRecordings a,
#honors li.navHonors a,
#reviews li.navReviews a,
#notes li.navProgramNotes a {
	color:#fff;
}

#footer {
	background: #171412;
	margin-top: 50px;
	text-align: center;
	color: #CCC;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	body {
		font-size: 12px;
	}

	#mainNav ul {
		/* list-style-type: none; */
		width: 97.4%;
		text-align: center;
		margin:0 6px;
		padding: 0;
		height: 88px;
	}

	#mainNav ul li a {
		width: 100px;
		height: 30px;
		margin: 12px 0 0 5px;
		font-size: 1.08em;
		font-weight: bold;
		padding: 6px 0 0 0;
	}

	#home li.navHome a,
	#bio li.navBio a,
	#catalog li.navCatalog a,
	#contact li.navContact a,
	#record li.navRecordings a,
	#honors li.navHonors a,
	#reviews li.navReviews a,
	#notes li.navProgramNotes a {
		width: 120px;
		background:url(../images/btn.jpg);
		background-repeat: no-repeat;
	}

	#mainWrapper {
		max-width: 924px;
		background: url(../images/wrapperBg.jpg);
		border-left: solid thin #ba7e50;
		border-right: solid thin #ba7e50;
		border-bottom: solid thin #ba7e50;
	}

	#mainFeature {
		height: 420px;
	}

	.mainContent {
		margin-top: 50px;
		margin-left: 50px;
	}

	.mainContent a {
		color: #DD9569;
		text-decoration: none;
	}

	h1 {
		margin: 0;
		padding: 4px 0 10px 15px;
		font-size: 2.66em;
		font-weight: bold;
	}

	h2 {
		padding: 4px 0 10px 20px;
		font-size: 2em;
	}

	h3 {
		padding: 4px 0 10px 25px;
		font-size: 1.35em;
	}

}