/* -------------------------------------------------------------- 
  
   GWD Basecode
   * Version:   01 (3-30-08)
   
-------------------------------------------------------------- */


@import url("lib/fonts.css");
@import url("lib/project.css");
@import url("lib/ie.css");
/*@import url("lib/menu.css");*/
@import url("lib/safari.css");



/* reset default browser CSS
-------------------------------------------------------------- */

/*this forces scroll vertisl scrollbar to open rather you need it or not*/
html { min-height: 100%; margin-bottom: 1px; }



body  { margin: 0; padding: 0; border: 0; background-image:url(../imgs/bckgnd_01.jpg); background-repeat:repeat-x }


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; }
