.bodydiv
{
  width:1000px;
  
  margin:0px auto;
}

.topdiv
{
  width:1000px;
  height:250px;
  
  background-image:url(/images/bg_img_01.jpg);
  background-position:top;
  background-repeat:no-repeat;
  
  padding:0px 0px 0px 0px;
}


.menuhor
{
  margin:0px;
  padding:0px;
  
  text-align:center;
}

.contentdiv
{
  width:1000px;
  
  background-image:url(/images/bg_img_03.jpg);
  background-position:top;
  background-repeat:repeat-y;
}

.contentbottom
{
  width:1000px;
  
  background-image:url(/images/bg_img_04.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

.contenttable
{
  width:1000px;
  
  background-image:url(/images/bg_img_02.jpg);
  background-position:top;
  background-repeat:no-repeat;
} 

.contentcss
{
  width:700px;
  height:290px;
   
  padding:10px 20px 20px 20px;
}

.contentcss a
{
  color:#d76602;
  text-decoration:none;
  font-weight:bolder;
}

.contentcss a:hover
{
  color:#D78C02;
  text-decoration:none;
  font-weight:bolder;
}
.rightmenucss
{
  width:230px;
  height:280px;
  
  padding:20px 20px 20px 10px;
}

.rightmenu
{
  padding:0px;
  margin:5px 6px 10px 0px;
}
.rightmenu ul
{
  padding:0px;
  margin:0px;
  line-height:20px;
}
.rightmenu li
{
  list-style-position:outside;
  list-style-type:none;

  vertical-align:middle;

  padding:5px 0px 0px 0px;

   border-bottom:1px #279003 dashed;
}


.rightmenu li a
{
  color:#279003;
  font-weight:bolder;
  font-size: 13px;

  text-decoration:none;
}

.rightmenu li a:hover 
{
  color:#27D303;

  font-size: 13px;

  text-decoration:underline;
  font-weight:bolder;
}

.footercss
{
  width:980px;
  height:90px;
  
  padding:20px 10px 20px 10px;
  
  background-image:url(/images/bg_img_05.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  
  text-align:center;
  
  color:#267E0D;
}

.global_menu
{
  width:100px;
  padding:10px 0px 0px 470px;
}

.global_menu img
{
  border-width:0px;
  cursor:pointer;
}

.global_menu .home
{
  float:left;
  margin-right:20px;
}

.global_menu .mail
{
  float:left;
}

.global_menu .site_map
{
  float:left;
  margin-right:20px;
}