@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #413E3C;
  color: #000;
}

.page {
  max-width: 800px;
  height: 560px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(seasons-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
/*  float: left;*/
  width: 800px;
  height: 150px;
  padding-top: 5px;
  border: 0px solid #FFE4C4;
}

a {
  color: #000;
}

a:hover {
  color: #776d57;
}

h1 {
  font-size: 26pt;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}


ul {
  position: relative;
/*  float: left;*/
  width: 800px;
  margin: 0 auto;
  height: 107px;
  margin-top: 295px;
  text-align: center;
  border: 0px solid #7FFF00;
}

li {
  float: left;
  margin-left: 10px;
  width: 122px;
  font-size: 10pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  background-color: rgba(0,0,0,.10);
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #776d57;
  background-color: rgba(0,0,0,.35);
  }