@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-style: 1em;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}






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

a:hover, a:active {
	color: #A5B452;
	text-decoration: none;
}
header {
    border-bottom: 2px solid #DDD8CA;
    padding-bottom: 15px;
}

header h1 {
    font-weight: normal;
    font-size: 2.4rem;
}
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;
}


#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.1rem;
}
