/*
 * stylesheet for Mekong River Cruises
 * structure, pagelayout
 * (c) www.wegewerk.com
 * created: 20080317 bms
 * lastmodified: 20080317 bms
 */

/* ################################### */
/* ########    STRUCTURE    ########## */
/* ################################### */



#page_container {
  width: 1030px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#page_head{
  background: url(/static/img/ler10/bg_page_head.jpg) no-repeat 0 5px;
  height: 169px;
  padding-top: 5px;
}

#logo{
  position: relative;
  top: 34px;
  left: 15px;
}

#page_body_container{
  background: #f7f4ef url(/static/img/ler10/bg_page_body.gif) repeat-y;
  padding: 0 15px;
}

#page_body_left{
  float: left;
  width: 170px;
  background: url(/static/img/ler10/bg_page_left.jpg) no-repeat;
  min-height: 490px;
}

.msie6 #page_body_left{
  height: 490px;
}


#page_body_cols_container{
  width: 830px;
  padding-top: 18px;
  padding-bottom: 30px;
  margin-left: 170px;
  position: relative;
  min-height: 490px;
}

.msie6 #page_body_cols_container{
  width: auto;
  height: 490px;
}

#page_head_content_head{
  position: absolute;
  right: 18px;
  width: 240px;
}

.msie6 #page_head_content_head{
  height: 1%;
  width: 241px;
  z-index: 10;
}

#page_body_main_container{
  float: left;
  width: 518px;
  padding: 0 24px 0 30px;
}

#page_body_main_container_full{
  width: 782px;
  padding: 0 18px 0 30px;
  float: left;
}

.msie6 #page_body_main_container_full{
  height: 1%;
  width: 779px;
  float: none;
}

.msie #page_body_main_container_full{
  width: auto;
}

#login_dummy{
  float: right;
  width: 260px;
  height: 80px;
}

.msie6 #login_dummy{
  width: 250px;
  z-index: 1;
}

#page_body_right{
  margin-right: 18px;
  float: right;
  width: 240px;
  position: relative;
  top: 6em;
}

.msie6 #page_body_right{
  margin-right: 0px;
  right: 8px;
  float: none;
}

.msie7 #page_body_right{
  float: none;
}

#page_foot{
  clear: both;
  background: url(/static/img/ler10/bg_page_foot.gif) no-repeat top left;
}

