@charset "UTF-8";

/*  */
html, body {
	height: 100%;
    font-family: 'Figtree', sans-serif;
}
a {
    text-decoration: none;
    color: #ad8261;
}

/* STICKY FOOTER */
#PageContainer {
  min-height: 100%;
  margin-bottom: -0px;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 0px;
    display: none;
}
#PageContainer:after {
  height: 0px; 
}
nav a {
    color: rgb(0,0,0);
}
ul li {
    margin: 1.5em 0;
    list-style-image: url(/assets/pip.gif);
    margin-left: 1em;
    padding-left: 0.5em;
}
/* MISCELLANY */
