#header {
  width: 100%;
  height: 175px;
  font-family: "pristin";
  background-color: #fcf0c3;
}
#page {
  width: 100%;
  font-family: "pristin";
  background-color: #fcf0c3;
}
#page2 {
  width: 100%;
  height: 600px;
  font-family: "pristin";
  background-color: #fcf0c3;
}
#topm {
  width: 100%;
}
#topm a {
  margin: 3px;
  background-color: #e3e0b3;
  float: right;
}
#leftm {
  width: 15%;
  height: 500px;
  float: left;
}
#rightm {
  width: 15%;
  height: 500px;
  float: left;
}
#body {
  margin: 0;
  padding: 0;
  width: 70%;
  height: 500px;
  float: left;
  background-color: #fcf0c3;
  font-family: Georgia;
  font-size: small;
}
#banner {
  width: 100%;
}
.vmhead {
  width: 100%;
  background-color: #e3e0b3;
  color: #f0401e;
}
.vmhead table {
  border:  none;
}
.vmhead td {
  border:  none;
  margin: 0px;
  padding: 4px;
  height: 50px;
  width: 115px;
  background-image: url(images/button.png);
  background-repeat: no-repeat;
}
.vmhead a {
  margin: 0px auto;
  text-align: center;
  width: 115px;
  height: 50px;
  float: left;
  position: relative;
  top: 14px;
}
#events ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: "pristin";
  font-size: 10pt;
}

