@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #565034;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
header h1  {
	font-weight: normal;
	/* [disabled]color: #A5B452; */
	font-size: 2.4rem;
}
header h1 a:link , {
}

a:link, a:visited {
	color:#E3AF84;
	text-decoration:none;
}

a:hover, a:active {
	color:#A5B452;
	text-decoration:none;
}
header h1 a:link, header h1 a:visited {
	color: #A5B452;
}
header h1 a:hover, header h1 a:active {
	color: #E3AF84;
}
#topNav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	list-style-type: none;
}
header {
	border-bottom: 2px solid #DDD8CA;
	padding-bottom: 15px;
}
#topNav ul li {
	display: inline-block;
	margin-left: 30px;
	font-size: 1.1rem;
}
#container {
	width: 960PX;
	margin-left: auto;
	margin-right: auto;
}
