/* global */
*{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.debug{border: 1px solid green;}
.left{float: left;}
.right{float: right;}
.breaker{clear:both; display: block;}
.spacer:after{
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  display: block;
  visibility: hidden;
}

body{
  background-color: #E72C01;
}

/* end of global */

/* layout */

#wrapper{
  height: auto;
  width: 1121px;
  margin: auto;
  position: relative;
}

#wrapper .curlLFT,
#wrapper .curlRGT{
  width: 88px;
  height: 299px;
  position: absolute;
}

#wrapper .curlLFT{
  top: 0;
  left: 2px;
  background: transparent url('../images/bg_curlL05.jpg') no-repeat top left;
}

#wrapper .curlRGT{
  right: 0;
  bottom: 30px;
  background: transparent url('../images/bg_curlR05.jpg') no-repeat top left;
}

#centerCOL{
  width: 945px;
  margin-left: 88px;
  background-color: #FFF;
}

#header{
  width: 945px;
  height: 242px;
  overflow: hidden;
}

#navigation{
  width: 945px;
  height: 57px;
  overflow: hidden;
  margin-bottom: 20px;
  list-style-type: none;
}

#navigation li{
  display: inline;
}

#centerCOL .banners{
  float: left;
  width: 200px;
  margin-left: 20px;
}

#centerCOL .banners a{
  display: block;
}

#centerCOL .policies{
  float: left;
  width: 700px;
  color: #9C6544;
  padding-bottom: 20px;
  font: 12px Arial, Sans-Serif;
}

#centerCOL .policies li{
  margin-bottom: 5px;
}

#wrapper .footerLink{
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font: 10px Verdana, Sans-Serif;
}

#wrapper .footerLink a{
  color: #fff;
  text-decoration: none;
}

#wrapper .footerLink a:hover{
  text-decoration: underline;
}

#roomInformation{
  width: 770px;
  margin: 0 auto 20px;
}

#roomInformation .rates{
  width: 470px;
  float: right;
  color: #6D4730;
  font: 13px Arial, Sans-Serif;
}
#roomInformation .rates ul{
  display: block;
}
#roomInformation .rates ul li{
  margin-left: 30px;
}
#roomInformation .rates span{
  display: block;
  padding: 2px 20px;
}

#roomInformation .rates img{
  display: inline;
  margin-left: 30px;
}

hr{
  width: 900px;
  margin: 0 auto;
  border-top: 1px solid #6D4730;
}

#roomInformation .subNavigation{
  text-align: right;
  margin-right: 50px;
}

#roomInformation .subNavigation a{
  color: #b48b72;
  margin-right: 10px;
  text-decoration: none;
  font: bold 12px Verdana, Sans-Serif;
}

#roomInformation .subNavigation a:hover{
  color: #6D4730;
}

/*end of layout */

