@charset "utf-8";
/* CSS Document */

.top-header          { box-sizing:       border-box;
                       background-image: url(../images/bg3.png); }
.banner              { margin:           auto;
                       height:           75px;
                       width:            700px;
                       background-image: url(../images/bg1.png); }
.top-bar             { background-color: #780000;
                       border-top:       2px solid brown;
                       border-bottom:    4px solid black;        }
.top-menu            { margin:           auto;
                       width:            750px;                  }
.top-menu ul         { margin:           0;
                       padding:          0;
                       list-style-type:  none;
                       background-color: #780000;
                       overflow:         hidden;                 }
.top-menu li         { float:            left;                   }
.top-menu li a       { text-decoration:  none;
                       font-size:        16px;
                       display:          block;
                       text-align:       center;
                       color:            aliceblue;
                       padding:          14px 16px;
                       font-family:      Garamond, Georgia, 'Times New Roman', serif; }
.top-menu li a:hover { color:            darkred;
                       background-color: antiquewhite;           }
.pcenter             { text-align:       center;                 }

