/* homepage only has footer, so no need to load other code */

div.footer { clear:both; margin:auto auto; text-align:center; background:black; padding-bottom:20px; padding-top:0px; width:990px; }
div.footer p.left, div.footer p.right { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.6em; color:#666666;  }
div.footer p.right { font-size:.7em; color:white; }
div.footer p.left a { color:#666666; text-decoration:none; }
div.footer p.right a { color:white; text-decoration:none; }
div.footer p.left a:hover, div.footer p.right a:hover { color:#ff0000; }
	
* html div.footer { padding-top:10px; } /* IE 6 Fix */
*:first-child+html div.footer { padding-top:10px; } /* IE 7 fix */