/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: url(../img/bg.jpg) top #202232;
          font-family: Verdana, Arial, Tahoma, 'Trebuchet MS';
          }

          
#container {
          width: 1004px;
          margin: auto;
          }
          #content {
                    background: url(../img/content.jpg) no-repeat;
                    width: 1004px;
                    float: left;
                    height: 559px;
                    }
          #content .ull {
                    float: left;
                    margin: 410px 0 0 730px;
                    display: inline;
                    }
          #content ul.st {
                    width: 100px;
                    float: left;
                    display: inline;
                    margin: 0 0 0 20px;
                    }
          #content ul.nd {
                    width: 100px;
                    float: left;
                    display: inline;
                    margin: 0 0 0 30px;
                    }
                    #content ul li {
                              width: 100px;
                              font-size: 14px;
                              list-style-type: none;
                              float: left;
                              margin: 5px 0 0 0;
                              text-transform:uppercase;
                              }
                              #content ul li a {
                                        color: #fff;
                                        text-decoration: none;
                                        }
                                        #content ul li a.not {
                                                  color: #666;
                                                  }
                                                  #content ul li a.not:hover {
                                                            text-decoration: none;
                                                            }
                                        #content ul li a:hover {      
                                                  text-decoration: underline;
                                                  }
