@charset "UTF-8";

/*	THIS RESETS ALL BROWSER DEFAULTS	*/
body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
th {margin:0; padding:0; }
/* table { border-collapse:collapse; border-spacing:0; }*/
fieldset,img { border:0; }
address,caption,cite,code,dfn,strong,th,var { font-style:normal; font-weight:normal; }
ol { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }

/*	--- reset the browser font size to 10 pixels ---	*/
html {font-size: 70%;}

/* THIS IS FOR A CENTERED CONTENT WEBSITE */
div#container {margin: 0 auto;}

/*	THIS KEEPS THE FOOTER AT THE BOTTOM	*/
html, body { height: 100%; }
#nonFooter { position: relative; min-height: 100%; }
* html #nonFooter { height: 100%; }
#content { padding-bottom: 0em; }
#footer { position: relative; margin-top: -7.5em; }
