@CHARSET "UTF-8";

body { padding: 0; margin: 0; background: #fff; overflow-y: scroll; overflow-x: auto; }

#root { z-index: 1; width: 1000px; margin: 0 auto; position: relative; }
 #leftnav { position: absolute; right: 0; top: 0; display: inline; }
  #leftnav ul { margin: 0; padding: 0; display: block; }
  #leftnav ul li { margin-left: 20px; padding: 0; display: inline-block; height: 26px; }
  #leftnav ul li a { font-size: 16px; text-decoration: none; color: #fff; display: inline-block; padding: 10px 5px 4px; }
  #leftnav ul li a:hover,
  #leftnav ul li a:active,
  #leftnav ul li a.active { color: black; background: #fff url(../img/hsw_nav_active.jpg) left bottom repeat-x; }
 #content-area {}
 #main-content { padding-bottom: 120px; }
 #navitation-shadow { z-index: 42; height: 20px; width: 100%; background: url(../img/hsw_foot_shadow.png) left bottom repeat-x; bottom: 100px; left: 0px; position: fixed; overflow: hidden; }
 #navigation { z-index: 42; height: 100px; width: 100%; background: #1f1f1f; bottom: 0px; left: 0px; position: fixed; overflow: hidden; }
  #navigation-content { position: relative; margin: 0 auto; width: 1000px; }
 