body {
  margin: 0;    
  padding: 0 0 30px 0;    
  text-align: center;
  font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
  font-size: small;    
  color: #000;
  background: white;
}   

* html body {
    font-size: x-small; /* IE5 Win */
    f\ont-size: small; /* other IE */
}


h1 {
  font-family: "Times New Roman", Arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #db8372;
}

h2 {
  font-family: "Times New Roman", Arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #db8372;
}

.cleaner {
  clear: both;
}


#page {
  position: relative;
  width: 995px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 90%;
}

  #head {
    height: 180px;
    background: url('/assets/3/head2.png');/*/assets/3/head.png*/
    background-repeat: no-repeat;
    position: relaitve;
  }
    #head img {
      border: 0;
      position: absolute;
      top: 80px;
      left: 32px;
    }

    #head>a {
    }

    #head_menu {
      position: absolute;
      top: 153px;
      left: 0;
      /*margin: 0 auto;*/
      background: #F2834B;
      width: 995px;
    }

    #head_menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    #head_menu li {
      display: block;
      float: left;
      padding: 5px;
    }

    #head_menu li>a {
      margin: 0 5px;
    }

    #head_menu li.odd {
      background: #cc5037;
    }

    #head_menu li.even {
      background: #f2834b;
    }

    #head_menu a {
      text-decoration: none;
      color: white;
      font-size: 11.4pt;
    }

  /* ---- Content ---- */

  #content {
    background: url('/assets/4/leg.png');/*/assets/4/leg.png*/
    background-position: top right;
    background-repeat: no-repeat;
    height: 400px;
    padding-top: 12px;
    /*padding-left: 24px;*/
border: 1px solid white;
  }

  #content_left {
    float: left;    
    margin: 0 12px 0 0px;
    width: 180px;
  }
 
    #content_menu {
      border: 1px dotted #db8372;
      padding: 0;
      text-align: left;
      margin-bottom: 10px;
    }

    #content_menu ul {
      width: 100%;
      list-style-type: none;
      padding-left: 6px;
      font-size: 12pt;
    }

    #content_menu li {
      color: white;
      margin-left: 0;
      padding-left: 0;
    }

    #content_menu li a {
      color: gray;
      text-decoration: none;
    }

    #content_menu li a:link {
      color: gray;
      text-decoration: none;
    }

    #content_menu li a:visited {
      color: gray;
      text-decoration: none;
    }

    #content_menu li.selected {
      color: #db8372;
    }

    #content_menu li.selected a {
      color: #db8372;
    }

    #banner {
      /*margin-top: 10px;*/
      /*padding-bottom: 10px;*/
      border: 1px dotted #db8372;
    }

    #banner h2 {
      margin-left: 15px;
    }

    
    #banner img {
      width: auto;
      height: 150px;
      border: 0;
    }
    
    #banner img {
      width: 150px;
      height: auto;
      border: 0;
    }

  #content_middle {
    float: left;
    width: 595px;
  }

    #text {
      float: left;
      /*width: 320px;*/
    }

    #text>img {
      float: right;
    }

    #content_middle .image_box {
      float: right;
      margin-left: 12px;
      /*border: 1px dotted gray;*/
    }

    #content_middle .image_box>p {
     margin:0;
    }

    #info {
      float: right;
      border: 1px dotted #24376f;
      margin: 12px 0 0 12px;
      width: 250px;
    }
  
    #info h2 {
      color: #24376f;
      margin-left: 15px;
    }
    
    #info div {
      margin-left: 15px;
    }
  

  #content_right {
    float: right;
    width: 167px;
  }

    #news {
      border: 1px dotted #24376f;
      background: #515154;
      color: white;
    }

    #news a {
     color: white;
    }


    #news h2 {
      color: white;
      margin-left: 15px;
    }

    .news_container {
      margin-left: 15px;
      margin-right: 15px;
    }


  #searchform {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #searchform p {
    margin: 0;
  }

  #searchform input {
   background: url('/assets/46/transparent_icon.png');
   border: 1px solid black;
  }


#head input[type="submit"] {
 display: none;
}

.content-center { text-align: center;}                                                                                                                                                             
.content-right  { text-align: right;}                                                                                                                                                              
.float-left     { float: left; margin: 0 20px 10px 0;}                                                                                                                                             
.float-left img { margin: 0 0 10px 0;}                                                                                                                                                             
.float-right    { float: right; clear: right; margin: 0 0 10px 20px;}                                                                                                                              
.float-right img { margin: 0 0 20px 10px;}                                                                                                                                                          
.force-new-line { clear: both !important;}                                                                                                                                                     
.force-new-line>img { clear: both !important;} 
               
img.border { border-width: 1px; padding: 1px}                                                                                                                                                
.image-left { float: left;margin-right: 18px;;margin-bottom: 18px;}                                                                                                                                                  
.image-right { float: right;margin-left: 18px;margin-bottom: 18px; }
