html { min-height: 100%; margin-bottom: 1px; } /* Force scrollbar in Firefox */

body
{
  margin: 0px;
  padding: 0px;
  background: #7D1D04 url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial, serif;
  font-size: 12px;
}

#container
{
  margin: 0px auto;
  padding: 0px;
  width: 761px;
  text-align: left;
}

#top
{
  height: 420px;
  background: url('/images/top_bg.jpg') left top no-repeat;
}

#toplogo
{
  padding: 22px 40px 0px 40px;
  height: 168px;
}

a#homelink
{
  float: left;
  display: block;
  width: 210px;
  height: 168px;
  outline: none;
}

#toplinks
{
  float: right;
  width: 250px;
}

#toplinks p
{
  margin: 0px;
  padding: 10px;
  text-align: right;
  line-height: 24px;
  font-style: italic;
  font-size: 18px;
  color: #A1501C;
}

#toplinks a
{
  color: #A1501C;
  text-decoration: underline;
}

#toplinks a:hover
{
  color: #A1501C;
  text-decoration: none;
}

#mid
{
  text-align: center;
}

#midlogo
{
  margin: 6px auto 8px auto;
  width: 710px;
  height: 170px;
}

#midlogo img
{
  border: 1px solid #E6E3D0;
}

#topnavigation
{
  width: 665px;
  height: 35px;
  margin: 1px auto;
}

#content
{
  height: auto;
  min-height: 300px;
  background: url('/images/content_bg.jpg') left top repeat-y;
}

* html #content
{
  height: 300px;
}

#inner
{
  margin: 0px;
  padding: 10px 55px;
}

#inner h1
{
  margin: 0px;
  padding: 3px 2px;
  color: #9E0326;
}

#inner p
{
  margin: 0px;
  padding: 3px 7px;
  color: #222222;
  line-height: 18px;
}

#footer
{
  margin: 0px;
  padding: 0px;
  height: 110px;
  background: url('/images/footer_bg.jpg') left top no-repeat;
}

#footer p
{
  margin: 0px;
  padding: 45px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

#footer a
{
  color: #FFFFFF;
  text-decoration: underline;
}

#footer a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}