/* Generated by KaZcadeS */
#hotel {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px 2px 2px 1px;
  padding: 3px;
  color: #dee7f2;
  font-weight: bold;
  font-family: Times New Roman,Times,serif;
  font-size: 1em;
  width: 140px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #003366;
  text-align: center;
  float: right;
  margin-left: 20px;
}
#hotel a {
  text-decoration: none;
  color: #f1daa3;
  background-color: #003366;
}
#hotel a:hover {
  text-decoration: none;
  color: #e3b13c;
  background-color: #003366;
}
#promo{
text-align:center;
width:300px;
background-color:#FFCCCC;
border:2px solid #FF00FF;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
}