html, body {
  margin:0;
  padding:0;
  }
body {
  font: 62.5% Arial, Helvetica, sans-serif;
  background-color: #FFF;
  color:#000;
  width:605px;
  }
h1, h2, h3, h4, h5, h6, p { margin:0 0 0.8em; }
#wrapper { 
  background:#fff;
  overflow:auto;
  width: 100%;
  position:relative;
  }
#leftColumn { 
  float:right;
  width:150px;
  padding:20px;
  background:#fff;
  z-index:999;
  position:absolute;
  top:0;
  right:0;
  height:auto;
  }
.minimap {
  display: none;
  }
ul {
  padding:0;
  margin:0 0 1em;
  list-style:none inside;
  }
ul li { margin:0 0 0.5em; }
ul li .label { font-weight:bold; }
#midColumn {
  float:left;
  width:405px;
  }
.article-content > .user-table  {
  width:605px;
  margin:0 0 1em;
  }
.article-content > .user-table p { margin:1em 0 0; }
#map.hostelMap {
  margin-bottom: 20px;
  height:200px;
  overflow: hidden;
  }
#tools,
#navMain,
#navSub,
.navSubHeader,
#headerTop,
#rightColumn,
.articleExtra,
.seasonIcon,
.orderLinks,
#idium,
#footer,
.externalLinks,
#leftColumn h3,
#map { display:none; }
#leftColumn #hostelAddress h3 { display:block; }
