/* CSS Document */

* {
     margin: 0;
     padding: 0;
     }
       frameset {
        float: left;
        }
.clear {
          clear: both;
          line-height: 0;
          width: 100%;
          }
     
body {
     background: url(../img/bg.jpg);
     font-family: 'Trebuchet MS';
     }
     
#bgleft {
  background: url(../img/bgleft.jpg) repeat-x top;
  width: 100%;
  float: left;
  padding: 0 0 20px 0;
  }
     
#wrapper {
          background: url(../img/bgright.jpg) repeat-x top;
          position: absolute;
          z-index: 10; 
          width: 50%; 
          height: 352px; 
          top: 0;
          right: 0;
          }

     
#container {
  width: 801px;
  margin: auto;
  position: relative;
  z-index: 100; 
  }
  
#top {
  background: url(../img/top.jpg) no-repeat right top; 
  width: 801px;
  float: left;
  margin: 73px 0 0 0;
  height: 277px;
  }
  #top h1 {
    float: left;
    margin: 133px 0 0 35px;
    display: inline;
    }
    #top h1 img {
      border: 0;
      float: left;
      }
  #top .contact {
    float: right;
    position: relative;
    margin: -13px 0 0 0;
    width: 800px;
    }
    #top .contact img {
      float: right;
      }
    
  #top #menutop {
    width: 800px;
    float: right;
    }
    #top #menutop ul {
      float: right;
      margin: 14px 0 0 0;
      }
      #top #menutop ul li {
        display: inline;
        float: left;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0 15px 0 0;
        font-weight: bold;
        }
        #top #menutop ul li a {
          text-decoration: none;
          color: #fff;
          }
          #top #menutop ul li a:hover {
            color: #1f160f;
            }
      
#content {
  width: 774px;
  float: right;
  background: #f4f4f4;
  margin: 25px 0 0 0;
  padding: 0 0 10px 0;
  }
  #content #menu {
    background: url(../img/menu.jpg) no-repeat;
    width: 214px;
    height: 299px;
    float: left;
    position: relative;
    margin: -12px 0 0 -12px;
    }
    #content #menu h3 {
      width: 190px;
      float: left;
      padding: 25px 0 0 20px;
      font-size: 18px;
      font-weight: normal;
      color: #000;
      }
    #content #menu ul {
      width: 190px;
      float: left;
      margin: 5px 0 0 20px;
      display: inline;
      font-size: 11px;
      }
      #content #menu ul li {
        width: 170px;
        font-weight: bold;
        float: left;
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
        list-style-type: none;
        background: url(../img/li.png) no-repeat 0 1px;
        }
        #content #menu ul li a {
          color: #000;
          text-decoration: none;
          }
          #content #menu ul li a:hover {
            text-decoration: underline;
            }
            
    #content #txt {
      width: 540px;
      float: left;
      margin: 10px 0 0 20px;
      display: inline;
      }
      #content #txt h2 {
        width: 525px;
        float: left;
        font-size: 17px;
        font-weight: normal;
        color: #000;
        margin: 10px 0 0 0;
        background: url(../img/arrow.png) no-repeat 0 6px;
        padding: 0 0 0 15px;
        }
      #content #txt p {
        width: 540px;
        float: left;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-weight: normal;
        color: #333;
        }
        
    #content .picture {
      width: 100px;
      height: 130px;
      float: left;
      text-align: center;
      margin: 5px 0 0 5px;
      display: inline;
      }
      #content .picture img {
        border: 2px solid #ccc;
        }
      #content .picture span {
        width: 100px;
        float: left;
        line-height: 12px;
        margin: 2px 0 0 0;
        font-size: 11px;
        }
        #content .picture span a {
          color: #333;
          text-decoration: none;
          }

#footer {
  width: 786px;
  height: 61px;
  position: relative;
  margin: 0 -12px 0 0;
  padding: 77px 0 0 0;
  float: right;
  font-size: 12px;
  background: url(../img/footer.jpg) no-repeat;
  color: #312414;
  }
  #footer p.up {
    width: 500px;
    padding: 0 0 0 250px;
    float: left;
    }
  #footer p.down {
    width: 500px;
    padding: 10px 0 0 250px;
    float: left;
    }
    #footer p.down a {
      color: #312414;
      }
