body { background-image: url( 'images/star-background.gif' );
       font-family: sans-serif;
       margin: 0px;
       padding: 0px; }

#header { width: 711px;
          height: 295px;
          margin-top: 15px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px; }

#header img { position: relative;
              left: -25px; }

#content { background-color: #323232;
           color: #9B9B9B;
           margin-left: 32px;
           margin-right: 32px; }

#content a { color: #00FFFF; }
#content a:visited { color: #0000FF; }

#content p { margin: 0px; padding: 0px 5%; }
#content hr { background-image: url( 'images/metal-background.gif' );
              width: 90%;
              height: 10px;
              border: 2px outset #9b9b9b; }
#content h3 { margin: 0px; padding-top: 10px; }
#content h4 { margin: 0px; padding-top: 10px; }
#content ul { margin: 0px; }

#border-top { background-image: url( 'images/border-top.gif' );
              background-repeat: repeat-x;
              height: 32px;
              width: 85%;
              /* margin-top: 15px; */
              margin-left: auto;
              margin-right: auto;
              clear: both; }

#border-top-left-corner { height: 32px;
                          width: 32px;
                          float: left; }

#border-top-right-corner { height: 32px;
                           width: 32px;
                           float: right; }

#border-left { background-image: url( 'images/border-left.gif' );
               background-repeat: repeat-y;
               background-position: left;
               width: 85%;
               margin-left: auto;
               margin-right: auto; }

#border-right { background-image: url( 'images/border-right.gif' );
                background-repeat: repeat-y;
                background-position: right; }

#border-bottom { background-image: url( 'images/border-bottom.gif' );
                 background-repeat: repeat-x;
                 height: 32px;
                 width: 85%;
                 margin-left: auto;
                 margin-right: auto; }

#border-bottom-left-corner { height: 32px;
                             width: 32px;
                             float: left; }

#border-bottom-right-corner { height: 32px;
                              width: 32px;
                              float: right; }

#nav { width: 85%;
       /* height: 75px; */
       margin-left: auto;
       margin-right: auto;
       margin-bottom: -13px; }

#nav ul { margin: auto; height: 2.4em; }

#nav li { background-color: #000000;
          width: 8em;
          height: 1.4em;
          font-family: sans-serif;
          font-variant: small-caps;
          font-weight: bold;
          font-size: 14px;
          text-align: center;
          margin: auto; }

#nav #home { position: relative; left: -17em; }
#nav #imp { position: relative; left: -7em; top: -1.4em; }
#nav #reb { position: relative; left: 3em; top: -2.8em; }
#nav #map { position: relative; left: 13em; top: -4.2em; }

#nav a { color: #9B9B9B; 
         text-decoration: none; }
#nav a:hover { text-decoration: underline; }

#last_modified { color: #9B9B9B;
                 font-size: smaller;
                 font-style: italic;
                 text-align: center;
                 margin-bottom: 20px; }