body
{
  margin: 20px 0 0 0;
  padding: 0;
  background: #696764 url('/images/bg-out.gif');
  font-family: sans-serif, Arial, Helvetica;
  color: white;
  font-size: 12px;
}

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

#tbl-left
{
  background: #d4bc91 url('/images/border-left.gif') repeat-y right;
}
#tbl-middle
{
  background: #2a2825 url('/images/bg.gif');
}
#tbl-right
{
  background: #d4bc91 url('/images/border-right.gif') repeat-y left;
}

#nav, #nav table
{
  height: 17px;
  background: url('/images/nav-bg.gif') repeat-x;
}
#nav table
{
  margin-left: 24px;
}
#nav table td
{
  text-align: center;
}
#nav table a
{
  display: block;
  width: 105px;
  color: white;
  font-size: 11px;
  text-decoration: none;
}
.button
{
  background: #5f5e5c url('/images/nav-b-bg.gif') repeat-x;
}
.button.hover
{
  background: #ec210f url('/images/nav-h-bg.gif') repeat-x !important;
  font-weight: bold;
}
.button-left
{
  width: 4px;
  background: #5f5e5c url('/images/nav-b-left.gif') no-repeat right;
}
.button-left.hover
{
  background: #ec210f url('/images/nav-h-left.gif') no-repeat right !important;
}
.button-middle
{
  width: 5px;
  background: #5f5e5c url('/images/nav-b-middle.gif') no-repeat;
}
.button-middle.hover-left
{
  width: 5px;
  background: #ec210f url('/images/nav-h-leftm.gif') no-repeat !important;
}
.button-middle.hover-right
{
  width: 5px;
  background: #ec210f url('/images/nav-h-rightm.gif') no-repeat !important;
}
.button-right
{
  width: 4px;
  background: #5f5e5c url('/images/nav-b-right.gif') no-repeat left;
}
.button-right.hover
{
  width: 4px;
  background: #ec210f url('/images/nav-h-right.gif') no-repeat left !important;
}

#content-left
{
  background: url('/images/bg-left.gif') no-repeat top left;
}
#content-left .container
{
  position: relative;
}
#content-left .title
{
  position: absolute;
  top: 31px;
  right: 27px;
  font-weight: bold;
  font-size: 14px;
}
#content-left .content
{
  padding: 65px 10px 10px 10px;
  line-height: 17px;
  font-size: 11px;
  color: #efefef;
}
#content-right .container
{
  margin: 25px 20px;
  line-height: 17px;
}

h1
{
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}
p
{
  margin-top: 8px;
  margin-bottom: 8px;
}

#footer
{
  border-top: 1px solid #444;
  padding-top: 7px;
  padding-right: 10px;
  margin: 8px;
  font-size: 10px;
  text-align: right;
  color: #b9b9b9;
}
#footer a
{
  color: #b9b9b9;
}