html{
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body{
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  background-image: url(images/backgrounds/bk_new.jpg);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
h1{
  color: #00b9f1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 130%;
  text-align: center;
  margin: 0px;
}
h2{
  color: #00b9f1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin: 0px;
}
.in_link{
  color: #00b9f1;
  text-decoration: none;
}
.foot_link{
  color: #666666;
  text-decoration: none;
}
#click_text{
  position: absolute;
  width: 11px;
  height: 134px;
  left: 10px;
  top: 190px;
}
#site_hold{
  position: relative;
  height: 510px;
  width: 999px;
  left: 50%;
  top: 50%;
  margin-top: -255px; /* half of the height */
  margin-left: -500px; /* half of the width */
  background-image: url(images/backgrounds/full_1.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#logo_hold{
  position: absolute;
  left: 108px;
  top: 10px;
  height: 100px;
  width: 178px;
}
#main_thumbs{
  position: absolute;
  left: 445px;
  top: 92px;
  width: 100px;
  height: 285px;
}
#main_thumbs_close{
  position: absolute;
  left: 380px;
  top: 92px;
  width: 100px;
  height: 285px;
}
#footer{
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #666666;
  font-size: 80%;
  width: 999px;
}
#menu_hold{
  position: absolute;
  top: 44px;
  left: 460px;
  width: 340px;
  height: 24px;
}
#menu_home{
  position: absolute;
  top: 0px;
  left: 30px;
  width: 57px;
  height: 24px;
}
a.menu_home{
  display: block;
  width: 57px;
  height: 24px;
  background: url("images/buttons/menu/home.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_home{
  background-position: 0px -24px;
}
#menu_services{
  position: absolute;
  top: 0px;
  left: 120px;
  width: 74px;
  height: 24px;
}
a.menu_services{
  display: block;
  width: 74px;
  height: 24px;
  background: url("images/buttons/menu/services.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_services{
  background-position: 0px -24px;
}
#menu_thebars{
  position: absolute;
  top: 0px;
  left: 230px;
  width: 49px;
  height: 24px;
}
a.menu_thebars{
  display: block;
  width: 49px;
  height: 24px;
  background: url("images/buttons/menu/the_bars.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_thebars{
  background-position: 0px -24px;
}

#menu_chairtablehire{
  position: absolute;
  top: 0px;
  left: 180px;
  width: 115px;
  height: 24px;
}
a.menu_chairtablehire{
  display: block;
  width: 141px;
  height: 24px;
  background: url("images/buttons/menu/table_chairs.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_chairtablehire{
  background-position: 0px -24px;
}
#menu_casino_tables{
  position: absolute;
  top: 0px;
  left: 295px;
  width: 72px;
  height: 24px;
}
a.menu_casino_tables{
  display: block;
  width: 108px;
  height: 24px;
  background: url("images/buttons/menu/casino_tables.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_casino_tables{
  background-position: 0px -24px;
}
#menu_gallery{
  position: absolute;
  top: 0px;
  left: 303px;
  width: 66px;
  height: 24px;
}
a.menu_gallery{
  display: block;
  width: 66px;
  height: 24px;
  background: url("images/buttons/menu/gallery.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_gallery{
  background-position: 0px -24px;
}
#menu_contact{
  position: absolute;
  top: 0px;
  left: 400px;
  width: 69px;
  height: 24px;
}
a.menu_contact{
  display: block;
  width: 69px;
  height: 24px;
  background: url("images/buttons/menu/contact.gif") 0 0 no-repeat;
  text-decoration: none;
}
a:hover.menu_contact{
  background-position: 0px -24px;
}
.thumb_table{
  padding: 0px;
  margin: 0px;
  border: 0px;
} 
.thumb_cell{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}
.content_link{
  position: absolute;
  font-family: arial;
  font-size: 90%;
  color: #66171c;
  text-decoration: none;
}
.content_link:hover{text-decoration: underline;}
