/* Base styles */
body { background:  #D5D6BA; text-align: center; }
h1   { color: #307E83; }
img  { border: 0; }
/* Layout DIVs */    
#wrapper { width: 740px; margin-left: auto; margin-right: auto; }
#content { width: 550px; float: right; }
/* Sublevel table */
#subleveltable         { margin-left: auto; margin-right: auto; border-collapse: collapse; }
#subleveltable td      { background-color: #307E83; font-family: Arial, sans-serif; font-weight: bold; padding: 5px; }
#subleveltable a       { display: block; color: white; text-decoration: none; padding: 5px; }
#subleveltable a:hover { background-color: #B58339; }
/* Inventory display table */
#inventory    { margin-left: auto; margin-right: auto; }
#inventory td { border: 1px solid black; padding: 5px; vertical-align: top; }
#inventory a  { text-decoration: none; }
/* Navigation menu */
#leftbar          { width: 165px; }
#leftbar  ul      { list-style-type: none; border: 3px solid black; padding: 0; }
#leftmenu a       { display: block; font-family: Arial, sans-serif; font-size: larger; color: white; text-decoration: none; }
#leftmenu a:hover { background-color: #B58339; }
li.level1         { background-color: #307E83; padding: 0; border: 1px solid black; }
li.level2         { font-size: x-small; font-weight: bold; font-style: italic; padding: 0; border: 1px solid black; background-color: #3C9DA3; }
/* IE box model hack */
* html #leftbar    { width: 180px; }
* html #leftbar ul { position: relative; left: -21px; }