
.header{
  color : white;
  background-color : #999900;
  width : 850px;
  height : 30px;
  text-align : left;
  padding-top : 5px;
  padding-left : 15px;
  padding-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #009900;
}
.main_flash{
  padding : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : green green green green;
  width : 850px;
  height : 600px;
  background-color : black;
}
.info{
  width : 850px;
  height : 600px;
  background-color : white;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #cccccc;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #cccccc;
  border-top-width : 4px;
  border-top-style : solid;
  border-top-color : green;
  padding-bottom : 7px;
}
.footer{
  background-color : olive;
  width : 850px;
  height : 50px;
  margin-top : 0px;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #009900;
  background-image : url(images/foot.gif);
  text-align : left;
  padding-left : 20px;
}
h1{
  font-size : 14px;
  font-family : "‚l‚r –¾’©",Arial,serif,sans-serif;
  font-weight : bold;
  color : white;
  margin : 0px;  
}
body{
  padding : 0px;
  margin : 0px;
  background-image : url(images/bg_img.gif);
}
h2{
  font-size : 16px;
  font-family : "‚l‚r –¾’©",Arial,serif,sans-serif;
  font-weight : bold;
  color : white;
  background-image : url(images/info_banner.gif);
  padding-top : 6px;
  padding-left : 14px;
  padding-bottom : 0px;
  margin-top : 7px;
  margin-bottom : 5px;
  width : 800px;
  height : 30px;
  text-align : left;
}
h3{
  font-size : 16px;
  font-family : "‚l‚r –¾’©",Arial,serif,sans-serif;
  font-weight : bold;
  color : white;
  background-image : url(images/info_banner_room.gif);
  padding-top : 6px;
  padding-left : 14px;
  padding-bottom : 0px;
  margin-top : 7px;
  margin-bottom : 5px;
  width : 800px;
  height : 30px;
  text-align : left;
}
.navi{
width :850px;
background-color : white;
  background-image : url(nabi_bg.gif);
}
.navi ul{
 list-style : none;
 margin : 0;
 padding : 0px;
  width : 840px;
  overflow : hidden;
}
.navi li{
float :left;
width : 140px;
height : 40px;
margin : 0; padding : 0px;
font-family : "‚l‚r –¾’©",HGP³ž²‘‘Ì,serif,sans-serif;
text-align : center;
font-size : 18px;
font-weight : bold;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #00cc00;
}
.navi a{
display : block;
width : 100%;
padding : 10px 0px 0px 0px;
color : olive;
background-color : white; 
background-image : url(navi_btn.gif);
background-position : left top;
text-decoration : none;
text-aline : center;
  height : 40px;
}
.navi a:hover{
background-position : right top;
}