html, body
{
  margin: 0px;
  height: 100%;
  font-family: Trebuchet MS;
  background-color: #dad6c4;
}

img
{
  border: 0px;
}

div.main
{
  position: absolute;
  width: 100%;
  height: 140px;
  top: 50%;
  margin-top: -70px;
  z-index: 2;
}

div.bg_left
{
  position: absolute;
  background-image: url(../images/home_bg_left.png);
  background-repeat: repeat-x;
  top: 0px;
  left: 0px;
  width: 40%;
  height: 98px;
  text-align: right;
}

div.bg_right
{
  position: absolute;
  background-image: url(../images/home_bg_right.png);
  background-repeat: repeat-x;
  top: 0px;
  left: 40%;
  width: 60%;
  height: 98px;
  text-align: left;
}

div.menu_right
{
  position: absolute;
  top: 110px;
  left: 40%;
  width: 60%;
  height: 30px;
  text-align: left;
  font-size: 10pt;
  font-style: italic;
  vertical-align: top;
}

td.home_menu
{
  font-family: Trebuchet MS;
  font-style: italic;
  color: #6b6458;
  width: 90px;
  text-align: left;
}

a.home_menu:link, a.home_menu:visited
{
  font-family: Trebuchet MS;
  font-style: italic;
  color: #6b6458;
  width: 90px;
  text-decoration: none;
}

a.home_menu:hover
{
  color: #b63d35;
  text-decoration: none; 
}


