
/* -------------------------------------------------------------- 
  
   GWD Basecode
   * Version:   01 (3-30-08)
   
-------------------------------------------------------------- */

@import url("lib/fonts.css");
@import url("lib/form.css");
@import url("lib/ie.css");
@import url("lib/menus.css");
@import url("lib/project.css");



/* reset default browser CSS
-------------------------------------------------------------- */

/* keeps the vert scroll bar always on */
html {overflow-y: scroll;}

body  { margin: 0; padding: 0; border: 0; background-color:#000;  }
/*bgcolor="#ffffff" background="imgs/bckgnd_tile.jpg"*/

a img { border: none; text-decoration: none; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Contains hacks for Internet Explorer < IE7 ------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
#page { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images */
ul, ol { position: relative; }

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left: 2em; }

