/* M4 preprocessor file to generate a CSS2 style sheet using constants */

/* !!!!! DO NOT EDIT THE .css FILE; edit the .css.in file instead !!!!! */



/* ---- boxes and columns: dimensions ---- */

/* The page is divided into two columns. The left column is the "buttonbar" 
   to navigate through the site. The right column is the main page
*/

body
{ margin: 0 0 0 0 ;
  padding: 0 0 0 0 
}

div#buttonbar
{ position: fixed ;
  top: 15px ;
  left: 15px ;
  width: 90px ; /* required by IE */
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;
}

div#main
{ position: absolute ;
  top: 0px ; /* required by IE */
  left: 119px ; 
  padding: 18 16 30 16 ;
  margin: 0 0 0 0 ;
}

iframe#blog
{ position: absolute ;
  top: 0px ; /* required by IE */
  left: 109px ; 
  margin: 0 0 0 0 ;
}

