@charset "UTF-8";
@font-face {
  font-family: 'HandelGothic';
  font-weight: normal;
  src: url("HandelGothic-Regular.ttf") format("truetype"); }

.nav {
  padding-left: 0.5em;
  list-style-type: none;
  font-family: 'HandelGothic';
}

a, a:visited {
  color: white;
  text-decoration: none
}

a:hover {
  color: skyblue;
}
.banner {
  width: 750px;
  height: 92px
}

.title {
  width: 450px;
  height: 38px;
  background-image: url(images/dateback.jpg);
  margin: -20px 0px -10px 0px;
  text-align: center;
}

.subtitle {
  width: 450px;
  height: 56px;
  background-image: url(images/postback.jpg);
  margin: -14px 0px -10px 0px;
  text-align: center;
}

li {
  margin-bottom:8px;
}

.sitenav {
  border: 0px; 
  width: 170px; 
  height: 490px;
}