#gl_container {
  min-width:750px;
}
#gl_header {
  height:100px
}
#gl_wrapper {
  float:left;
  width:100%;
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  margin:0 220px;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  margin:0 20px 20px 20px;
}
#gl_content-wide-left { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  margin:0 20px 20px 220px;
}
#gl_content-wide-right { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  margin:0 220px 20px 20px;
}
#gl_navigation { /*the leftblocks*/
  float:left;
  margin-bottom:20px;
  margin-left:-100%;
  width:200px;
}
#gl_extra { /*the rightblocks*/
  float:left;
  margin-bottom:20px;
  margin-left:-202px; /*+2px wider than width to account for borders*/
  width:200px;
}
#gl_footer {
  clear:left;
  height:40px;
  width:100%;
}
