html { min-height: 100%; margin-bottom: 1px; } /* Force scrollbar in Firefox */

body
{
  margin: 0px;
  padding: 0px;
  background-color: #F3EED5;
  text-align: center;
  font-family: arial;
  font-size: 14px;
}

h1
{
  margin: 0px;
  padding: 0px;
  font-family: garamond, arial;
  font-size: 28px;
  font-weight: normal;
  color: #86473D;
}

h1.fancyheading
{
  font-style: italic;
  font-size: 60px;
  text-align: center;
}

h2
{
  margin: 0px;
  padding: 0px;
  font-family: garamond, arial;
  font-size: 22px;
  font-weight: bold;
  color: #86473D;
}

p
{
  padding: 0px 5px;
  line-height: 20px;
}

a
{
  color: #86483D;
  text-decoration: underline;
}

a:hover
{
  color: #DC6E33;
  text-decoration: none;
}

form
{
}

label
{
  display: block;
  float: left;
  width: 115px;
  margin-right: 10px;
  padding-top: 2px;
  font-weight: bold;
  text-align: right;
}

#wrapper
{
  width: 940px;
  margin: 0px auto;
  padding-bottom: 15px;
  background: #86483D url('/images/wrapper_bg.jpg') left top repeat-x;
  text-align: center;
}

#container
{
  width: 910px;
  margin: 0px auto;
  background-color: #FFFFFF;
  text-align: left;
}

#header
{
  height: 210px;
  background: url('/images/toplogo.gif') left top no-repeat;
}

a#homelink
{
  display: block;
  width: 910px;
  height: 210px;
  outline: none;
}

#navigation
{
  height: 40px;
  background-color: #86473D;
}

#content
{
  height: auto;
  min-height: 600px;
}

* html #content
{
  height: 600px;
}

#inner
{
  padding: 15px;
}

#main
{
  float: left;
  width: 635px;
}

#rightside
{
  float: right;
  width: 205px;
}

#footer
{
  width: 910px;
  margin: 0px auto;
}

a.mapsbutton
{
  display: block;
  padding: 5px 0px 5px 40px;
  font-size: 17px;
  background: url('/images/button_maps.jpg') left top no-repeat;
  outline: none;
}

div.clearfloats
{
  display: block;
  clear: both;
}

p.disclaimer_message
{
  padding: 7px;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  border: 1px solid #CCCCCC;
}