body, h1, h2, h3, p, div, li, a, td
{ font-family: tahoma, verdana, arial, sans-serif;
  font-size: 10pt;
  color: #000000;  
}

h1
{ margin: 0px;
  padding: 0px;
  font-size: 18pt;
  color: #555555;
  font-weight: normal;
}

div.layout
{ background-image: URL('web-img/layout-under-menu.jpg');
  background-repeat: repeat-y;
  background-position: 50% 0%;
}

div.top
{ background-image: URL('web-img/layout-top.png');
  width: 760px;
  height: 45px;
}

div.menu
{ background-image: URL('web-img/layout-menu.png');
  padding: 0px 37px 0px 0px;
  width: 723px;
  height: 28px;
  text-align: right;
}

div.content
{ background-image: URL('web-img/layout-bottom.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 760px;
}

div.layout-topic
{ padding: 0px 0px 0px 35px;
  height: 120px;
  text-align: left;
}

div.content-real
{ 
}

div.content-content
{ padding: 30px 45px 250px 45px;
  text-align: left;
}


div.home-rect-top
{ background-image: URL('web-img/home-rect-top.png');
  background-repeat: no-repeat;
  height: 85px;
  width: 644px;
}
div.home-rect-middle
{ background-image: URL('web-img/home-rect-middle.png');
  background-repeat: repeat-y;
  width: 584px;
  padding: 0px 10px 0px 50px;
  background-position: 100% 0%;
}
div.home-rect-bottom
{ background-image: URL('web-img/home-rect-bottom.png');
  background-repeat: no-repeat;
  height: 44px;
  width: 644px;
  background-position: 100% 0%;
}
