﻿body
{
  background-color: #c0ac87;
  text-align: center;
}

body
{
  text-align: -moz-center;
  margin: 0 auto;
  width: 800px;
}

div
{
  color: #573816;
}

#HeaderDiv
{
  width: 800px;
  /*background-color: #573816;*/
}
#ContentDiv
{
  padding: 20px;
  background-color: #F3E5B8;
  width: 760px;
  min-height: 400px;
  text-align: left;
}

#FooterDiv
{
  font-family: "Courier New" , Courier, monospace;
  font-size: small;
  color: #573816;
}

.SubMenu
{
  text-align: left;
}
.CalendarMonth
{
  font-size: large;
  font-weight: bold;
  color: #5D6876;
  text-align:center;
}
.CalendarTown
{
  font-weight: bold;
}
.ModalBackground
{
  background-color: #c0ac87;
  filter: alpha(opacity=70);
  opacity: .7;
  -moz-opacity: .7;
}
.HomePage
{
  font-size: 20px;
  font-family: 'Baskerville Old Face';
  font-weight: 500;
  color: #663300;
}
.HomePageHeader
{
  font-family: 'Edwardian Script ITC';
  font-size: 100px;
  font-weight: bold;
  color: #663300;
}
.StateParkImages
{
  border-style: groove;
  border-width: 2px;
  border-color: #573816;
}

