header h1, header h2, header h3 {
	font-family:"Times New Roman";
}
header h1 {
	margin-bottom:0;
	background-image: url('assets/images/Header2.jpg');
	background-repeat: no-repeat;
}
header h2 {
	margin-bottom:0;
	background-image: url('assets/images/gold_line.jpg');
	background-image: url('assets/images/header_image.jpg');
	background-repeat: no-repeat;
}
header img {
	display:block;
	margin:0 auto;
	max-width:200px;
}
img {
	max-width:100%;
}

nav ul {
	list-style: none;
	padding-left: 0;
}
nav ul ul {
	padding-left: 1.5em;
}
nav a {
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}