#ie-center {
  text-align:center;
}

#page {
  width:820px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  text-align:left;
  background-color: transparent;
}

#page-content {
  position:relative;
  top:0;
  margin-left:20px;
  margin-right:20px;
  margin-top:10px;
  padding-bottom:25px;
}

#header-navigation {
  padding:7px 5px 5px 5px;
  overflow:hidden;
  background-color:#FFF;
  border-top:2px solid #666;
  border-bottom:1px solid #666;
}

#header-logo {
  position:relative;
  top:0;
  left:0;
  height:100px;
}

#header-logo #contact {
  position:absolute;
  top:16px;
  right:0px;
  width:300px;
  text-align:right;
  line-height:1.2em;
}

#header-logo #logo {
  position:absolute;
  top:16px;
  left:20px;
  width:300px;
  height:116px;
  background-image:url(../images/logo.gif);
  background-repeat:no-repeat;
}

#header {
  position:relative;
  top:0;
  left:0;
  height:301px;
  overflow:hidden;
  background-color:#FFF;
  background-image:url(../images/hotel-1.jpg);
  background-repeat:no-repeat;
}

#main {
  clear:both;
  display:block;
  margin-top:10px;
  padding-top:2px;
  border:0px solid red;
}

#main #column-left {
  float:left;
  width:28%;
  border:0px solid red;
}

#main #column-left .content {
  border:0px solid red;
}

#main #column-center {
  float:right;
  width:71%;
  border:0px solid red;
}

#main #column-center .content {
  margin-left:10px;
  margin-right:0px;
  border:0px solid blue;
}

#page-headline {
  color: red;
}

#main #column-right {
  float:right;
  width:11%;
  margin-right:1px;
  border:0px solid red;
}

#footer {
  margin-top:1.3em;
  margin-bottom:1.3em;
  padding-top:6px;
  border-top:2px solid #666;
  text-align:center;
}
