body {
    margin: 0;
    padding: 0;
    color: #000000;
    background: #FDF5E6 none;
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    text-align: center;
  }
#page {
    width: 1000px;
    color: black;
    background: white none;
    text-align: left;
    font-family: Tahoma;
}

#leftbar {
  float:left; 
  z-index:100; 
  width:300px; 
  left:-1px;
} 

#rightbar {
  width:699px; 
  float:right; 
  position:relative; 
  z-index:1; 
  border-left: 1px rgb(119,119,119) solid
} 

div.pagetext {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: rgb(55,55,55);
}
div.text-right {
  float:right;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: rgb(55,55,55);
}


.mainlogo{
  background-image: url(images/hkbanner.jpg);
  height: 270px;
  width: 1000px;
}


.menubar {
  border: 0px;
  background-color:#DF2500;
  width: 100%;
}

.menuitem {
}

td:hover{
  background-color:#DF0000;
  font-weight: bolder;
}

a.menuitem:link{color:#DFDFDF;text-decoration: none; font-weight: bold;}
a.menuitem:visited{color:#DFDFDF;text-decoration: none; font-weight: bold;}
a.menuitem:active{color:#FFFFFF;text-decoration: none; font-weight: bold;}
a.menuitem:hover{color:#FFFFFF;text-decoration: none; font-weight: bolder;}
