html,
body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}

html
{
  margin-bottom: 1px;
  overflow-y: scroll;
}

body
{
  margin: 0px;
  padding: 0px;
  background: #F7F1E9 url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 14px;
}

h1
{
  padding: 0px 30px;
  font-family: garamond, 'Times New Roman', arial, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.5px;
}

p
{
  padding: 0px 30px;
  line-height: 20px;
}

a
{
  color: #933D48;
  text-decoration: underline;
}

a:hover
{
  color: #DAD2C5;
  text-decoration: none;
}

#wrapper
{
  position: relative;
  min-height: 100%;
  text-align: left;
}

#header
{
  width: 950px;
  height: 125px;
  margin: 0px auto;
  background: url('/images/toplogo.gif') left top no-repeat;
}

a#homelink
{
  display: block;
  width: 255px;
  height: 125px;
  outline: none;
}

#container
{
  width: 950px;
  margin: 0px auto;
  padding-bottom: 200px;
  text-align: left;
  background: url('/images/content_bg.jpg') left top repeat-y;
}

#content
{
  height: auto;
  min-height: 500px;
}

* html #content
{
  height: 500px;
}

#leftnav
{
  float: left;
  width: 250px;
  padding-top: 25px;
}

#leftnav a
{
  display: block;
  padding: 3px 7px;
  font-family: garamond, 'Times New Roman', arial, sans-serif;
  font-size: 28px;
  color: #933D48;
  text-decoration: none;
  outline: none;
  letter-spacing: -1px;
}

#leftnav a:hover,
#leftnav a.activenav
{
  background-color: #DAD2C5;
}

#main
{
  float: right;
  width: 700px;
}

#main_inner
{
  padding: 30px 35px;
}

#footer
{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background: #F7F1E9 url('/images/footer_bg.jpg') left top repeat-x;
}

#footer_inner
{
  width: 950px;
  margin: 0px auto;
}

#footer_inner p
{
  padding: 10px;
  color: #965660;
}

div.clearfloats
{
  display: block;
  clear: both;
}