/*#gl_container {
  min-width:800px;
}*/
#gl_container {
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  margin:0 auto;
  /*width:775px;*/
  width:900px;
}
#gl_header {
  height:80px
}
#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 240px 20px 10px;
  width:530px;
}
#gl_navigation { /*the leftblocks*/
  float:left;
  margin-bottom:20px;
  margin-left:-100%;
  width:200px;
}
#gl_extra { /*the rightblocks*/
  float:left;
  margin-bottom:5px;
  margin-left:-244px; /*+2px wider than width to account for borders*/
  width:242px;
}
#gl_footer {
  clear:left;
  height:50px;
  width:100%;
}
