/*
  Page layout
*/
body {
  background: #d8d8d8 url('images/body-bg.jpg') repeat-y center;
}

#container {
  margin: 12px auto;
  width: 920px;
}


/*
  #header
*/
#headerbar {
  height: 250px;
}
#headerbar .imgCycle {
  float: left;
  position: relative;
  top: 12px;
  width: 100%;
}
#headerbar .imgCycle img.first {display: block}
#headerbar .imgCycle img {
  display: none; /* hide initially */
  position: absolute;
  top: 0;
  left: 0;
  width: 925px;
  height: 200px;
}


/*
  #main
*/
#main {
  clear: both;
  margin-top: 24px;
  overflow: hidden; /* wrap around floated divs */
  width: 100%;
}
#navleft, #content, #feature {
  float: left;
}
* html #navleft, * html #content, * html #feature {  /* fix ie6 double-margin */
  display: inline;
}

#navleft {
  display: none;
}
#content {
  border-right: 2px solid #666;
  padding: 0 24px 0 16px;
  margin-top: -12px;
  width: 588px;
  min-height:975px;
}
p.refer {
  float: right;
  margin-top: 1.6em;
}
#feature {
  height: 20em;
  padding-left: 16px;
  margin-top: -12px;
  width: 274px;
}


/*
  #footer
*/
#footer {
  clear: both;
  margin-top: -4em;
}

