@charset "utf-8";

body                        { margin:           0; }

.top-containment            { top:              0;
                              z-index:          1000;
                              width:            100%;
                              position:         fixed;
                              height:           4.75em;
                              background-color: #480000  }
.main-title-container       { margin:           auto;
                              width:            700px;
                              height:           4.75em;
                              background-image: url(../images/bg4.png) }
.tbr-container              { width:            100%;
                              top:              4.75em;
                              position:         absolute; }
.top-menu-holder            { margin:           0;
                              padding:          0; 
                              list-style-type:  none;
                              height:           2.625em;
                              text-align:       center;
                              background-color: #84441D;
                              border-top:       1px solid #000;
                              border-bottom:    4px solid #000; }
.top-menu-holder li         { padding-left:     5px;
                              padding-right:    5px;
                              font-size:        20px;
                              padding-top:      8px;
                              color:            antiquewhite;
                              display:          inline-block;   }
.top-menu-holder li:hover   { padding-bottom:   0.25em; 
                              background-color: blanchedalmond; }
.top-menu-holder li a       { text-decoration:  none;
                              display:          block;
                              color:            yellow;         }
.top-menu-holder li a:hover { color:            #540000;        }
.centered                   { text-align:       center;         }
.copyright                  { color:            #00F;
							  padding-top:      2px;
							  margin-top:       10px;
							  border-top:       1px solid #00F;
							  font-family:      Georgia, "Times New Roman", Times, serif; }