/* CSS Document */

      body			     { background-color: #000000; margin-left: 20px; padding: 10px }
      body  			 { color: #000; font: 12px Arial, sans-serif; line-height: 14px; }
      a					 { color: #0000ff; font: 14px Arial; font-weight: bold; font-style: italic; }
      p					 { margin: 0 0 16px; }
      h2				 { color: #008080; font: 16px Georgia; font-weight: bold; padding: 15px 10px 0; }
      h3                 { text-align: center; color: #008080; font: 16px Georgia; font-weight: bold; }
      h3 a               { font: 16px Georgia; font-weight: bold; font-style: italic; }
      h4                 { color: #000; font: 14px Georgia; font-weight: bold; padding: 15px 10px 0; }
      #container		 { width: 760px; margin: 0 auto; background-color: #000; border: 6px ridge #FFD700; }
      
      /* Header */
      #header            { background-image: url(backgrounds/goldbar_bg.jpg); border-bottom: 4px ridge #bbb; border-right: 4px ridge #ccc; }
      #header h1         { text-align: center; color: #000; font: 48px Georgia; font-weight: bold; margin: 0; padding: 25px 0 0; line-height: 36px; }
      #header p          { text-align: center; color: #000; font: 24px Georgia; font-weight: bold; font-style: italic; padding-top: 18px; }
      
      /* Content Style */
      #navigation        { background: #ffffff; border-left: 4px solid #ddd; border-bottom: 4px ridge #ddd; border-right: 4px ridge #ddd; border-top: 4px solid #ddd; }
      #navigation h2     { color: #008080; font: 16px Georgia; font-weight: bold; padding: 10px 15px 10px; }
      #navigation ul     { padding: 1px 25px 1px; }
      #navigation li     { padding:  1px 2px 15px 1px; }
      #content           { background: #ffffff; border-left: 4px solid #ddd; border-bottom: 4px ridge #ddd; border-right: 4px ridge #ddd; border-top: 4px solid #ddd; }
      #content p         { font-size: 14px; padding: 10px 10px 5px; line-height: 16px; }
      #content ul        { font-size: 14px; line-height: 16px; }
      #enhance p         { font: 13px Arial; font-weight: bold; padding: 10px 10px 5px; }
      #extra             { background: #ffffff; border-left: 4px solid #ddd; border-bottom: 4px ridge #ddd; border-right: 4px ridge #ddd; border-top: 4px solid #ddd; padding: 10px 0px 5px; }

      /* Content Positioning & Size */
      #navigation        { float: left; width: 170px; }
      #extra             { float: left; width: 170px; }
      #content           { float: right; width: 520px; }

      /* Footer */
      #footer            { background-image: url(backgrounds/goldbar_bg.jpg) ; border-bottom: 3px ridge #ddd; border-right: 3px ridge #ddd; border-top: 4px solid #ddd; clear: both; }
      #footer a          { color: #0000ff; font-size: 11px; font-weight: bold; }
      #footer p          { color: #eee; font: 12px Arial; margin: 0; padding: 0 15px 10px; }
      #footer ul		 { border-bottom: 3px solid #555; list-style: none; margin: 0 15px 6px; padding: 10px 0 6px; }
      #footer li         { display: inline; font-size: 11px; font-weight: bold; padding-right: 5px }


