@import url("reset.css");

body {
   font-family: ;
}

#container {
  margin: 0 auto;
  /*width: 980px;*/
  background-color: #F8F6EA;
}

#header {
  height: 120px;
  background-color: #E9E5C2;
  border-bottom: 1px solid #C0BEBF;
  text-align: center;
}

#subHeader {
  width: 980px;
  margin: 0 auto;
}

#ski {
  margin-bottom: 20px;
  text-align: center;
}


#header h3 {
  font-size: 110%;
}

#footer h3 {
  font-size: 120%;
}

#content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

#content p.content_title {
  text-align: center;
  margin: 6px 0;
  font-size: 110%;
  color: #B22D24;
  line-height: 1.2em;
  width: 800px;
  margin-left: 65px;
}

#content #center {
  width: 912px;   /* 912 */
  margin: 10px auto 0 0;
  /*height: 480px;*/
}

#content .houses h2 {
  font-size: 140%;
  margin: 6px 0 3px 0;
  letter-spacing: 0.02em;
}

#current-image {
  width: 200px;
  height: 200px;
}


.houses, .houses2 {
  width: 294px;
  height: 235px;
  float: left;
  padding: 0 5px;
  text-align: center;
}

.houses2 {
  height: 100px;
  width: 218px;
}

.houses2 p {
  margin: 3px 0px 8px 0px;
}


#content .houses2 h2 {
  font-size: 120%;
}


.houses p {
  font-size: 110%;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}


.image {
  width: 274px;
  height: 139px;
  border: 1px solid #000;
  margin: 0 auto;
  position: relative;
}

.image .strip {
  background-image: url(../../images/strips3.png);
  position: absolute;
  width: 163px;
  height: 125px;
  top: 0px;
  right: 0px;
}


#view {
  width: 60px;
  height: 18px;
  margin: 4px auto 8px auto;
  line-height: 19px;
  font-size: 95%;
}

#view a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#view a:hover {
  background-color: #000 !important;
}

#facebook {
  width: 150px;
  float: right;
}


#footer {
  border-top: 1px solid #C0BEBF;
  border-bottom: 1px solid #C0BEBF;
  text-align: center;
  background-color: #E9E5C2;
  height: 60px;
  line-height: 60px;
}
#footer a{
  text-decoration: none;
  color: #000;
}


.dot {
  margin-bottom: 4px;
}

.dot2 {
  margin: 0 3px 2px 3px;
}


.big_h1 {
  font-size: 140%;
}

.hidden {
  display: none;
}

.clearing {
  clear: both;
}
.small_space {
  margin-top: 2px !important;
  font-size: 95% !important;
}

.offer1 {
  width: 212px;
  height: 212px;
  position: absolute;
  z-index: 1000;
  top: -60px;
  left: -80px;
  background-image: url(../../images/offer3.png);
  background-repeat: no-repeat;
}


