html
{
  overflow-y: scroll;
}

body
{
  margin: 0px;
  background: #C5965B url('/images/body_bg.jpg') left top repeat-x;
  font-family: arial;
  font-size: 13px;
  text-align: center;
}

h1
{
  margin: 0px;
  padding: 10px 3px 4px 3px;
  font-size: 22px;
  font-weight: normal;
}

a
{
  color: #895212;
  text-decoration: underline;
}

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

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

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

#header_inner
{
}

#header_left
{
  float: left;
  width: 425px;
  height: 109px;
}

a#homelink
{
  display: block;
  width: 425px;
  height: 109px;
  outline: none;
}

#header_right
{
  position: relative;
  float: right;
  width: 500px;
  height: 109px;
  margin: 0px;
}

#header_right_top
{
  height: 71px;
  padding: 0px;
}

#toplinks
{
  float: right;
  padding: 20px 20px 20px 0px;
  text-align: right;
}

#toplinks p
{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: right;
}

#toplinks a
{
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

#toppaypal
{
  float: right;
  padding: 10px 0px;
  text-align: right;
}

#header_right_bot
{
  height: 38px;
  padding: 0px;
}

#tablinks
{
  padding: 0px 20px 0px 0px;
}

#tablinks a
{
  float: right;
  height: 38px;
  display: block;
  padding: 0px 0px 0px 25px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url('/images/tab_left.jpg') left top no-repeat;
  outline: none;
}

#tablinks a span
{
  display: block;
  padding: 15px 55px 7px 0px;
  background: url('/images/tab_right.jpg') right top no-repeat;
}

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

#inner
{
  padding: 20px 31px;
}

#main
{
  width: 892px;
  height: 534px;
  background-color: #C5965B;
}

#leftnav
{
  float: left;
  width: 180px;
  margin: 20px 0px 0px 20px;
}

#leftnav a
{
  display: block;
  padding: 5px 7px;
  text-decoration: none;
  color: #895212;
  font-weight: bold;
  outline: none;
}

#leftnav a.current
{
  background-color: #9A6426;
  color: #000000;
}

#interior
{
  float: right;
  width: 640px;
  height: 534px;
  padding: 0px 20px;
  overflow: auto;
}

#left
{
  float: left;
  width: 227px;
}

#right
{
  position: relative;
  float: right;
  width: 320px;
  height: 632px;
  margin: 0px 30px 0px 0px;
}

#footer
{
}

div.clearfloats
{
  display: block;
  clear: both;
}

form.contactform
{
}

form.contactform label
{
  display: block;
  float: left;
  width: 110px;
  margin-right: 10px;
  padding-top: 3px;
  font-weight: bold;
  text-align: right;
}

form.newsform
{
  text-align: center;
}

form.interiornewsform
{
  text-align: left;
}

form.newsform input,
form.newsform select
{
  padding: 1px 3px;
  background-color: #895212;
  border: 1px solid #C5965B;
  color: #FFFFFF;
  font-size: 11px;
}

form.interiornewsform input,
form.interiornewsform select
{
  padding: 1px 3px;
  background-color: #895212;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 13px;
}