/*  FOR ALL  */

  * {
    border: 0px;
    color: #6f3e11;
    margin: 0px;
    padding: 0px;
  }
  
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    width: 100%;
  }
  
  a {
    text-decoration: underline;
  }
  
  a:hover {
    color: #CF3E2B;
    text-decoration: underline;
  }
  
  h2 {
    font-size: 11px;
    color: #cb3c2e;
    padding-bottom: 5px;
  }
  
  h4 {
    font-size: 10pt;
    color: #6F3E11;
    padding: 5px 0px 25px 0px;
  }
  
  img.img_arrow {
    padding: 0px 5px 0px 5px;
  }
  
  .wallpaper {
     border: 2px #f0d7a7 solid;
     padding: 1px;
  }
  
  a.gallery img {
     border: 2px #f0d7a7 solid;
     padding: 1px;
  }
  
  a.gallery:hover img {
    border: 2px #c5a478 solid;
    padding: 1px;
  }
  
  div#poll {
    border-top: 1px #c5a478 solid;
    padding: 10px 10px 0px 42px;
    margin-top: 0px;
  }
  
  input {
    background-color: #fff;
    border: 1px solid #f0d7a7;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    text-indent: 2px;
    width: 150px;
  }
  
  
  /*  CLASS & ID  */
  
    .info {
      font-size: 10px;
      padding-left: 10px;
      padding-top: 5px;
    }
    
    .gallery_small {
      float: left;
      padding-right: 17px;
      padding-bottom: 17px;
    }
    
    .space5Top {
      padding-top: 5px;
    }
    
    .space10Top {
      padding-top: 10px;
    }
    
    .space15Top {
      padding-top: 15px;
    }
  
  /*  END OF CLASS & ID  */
    
  ul {
    padding-left: 10px;
  }
  
  li {
    list-style: disc inside;
  }  
  
/*  END OF FOR ALL */


/* /////////////////////////////////////////////////////////////////////////////////////


/*  CONTENT  */

  table#content {
    width: 898px;
    margin: 0px auto;
    border: 0px;
  }
  
  .photoBig {
    cursor: pointer;
  }
  
/*  END OF CONTENT  */


/* /////////////////////////////////////////////////////////////////////////////////////


/*  CONTENT_LEFT  */
  
  table#content_left {
    width: 292px;
    background-color: #f0d7a7;
  }
  
  /*  BANNER  */
  
    p.banner_left {
      text-align: center;
      padding-top: 15px;
    }
    
  /*  BANNER  */
  
  /*  LOGO   */
  
    table#content_left_logo {
      background-color: #fbf5ea;
      height: 117px;
      width: 100%;
    }
    
    td#main {
      height: 20px;
      padding: 10px 0px 5px 30px;
      width: 120px;
    }
    
    td#print {
      height: 20px;
      padding: 10px 0px 5px 0px;
    }
    
    td#print a, td#main a {
      color: #B4744F;
      line-height: 20px;
      text-decoration: none;
    }
    
    td#print img, td#main img {
      vertical-align: middle;
    }
    
    td#logo {
      height: 57px;
      padding: 10px 0px 15px 35px;
    }
    
  /*  END OF LOGO  */
  
  
  /*  MENU  */
  
    .content_left_menu {
      background-color: #fbf5ea;
      width: 100%;
    }
    
    .content_left_menu a {
      text-decoration: none;
    }
    
    .content_left_menu :hover {
      color: #CF3E2B;
      text-decoration: none;    
    }
    
    .content_left_menu img {
      display: block;
    }
    
    tr.first td {
      background-color: #f0d7a7;
    }
    
    /*  SECOND  */
    
      .menu_second {
      }
      
      td.second_icon {
        background-color: #f6e7c9;
        height: 24px;
        text-align: right;
        width: 60px;
      }
      
      td.second_text {
        background-color: #f6e7c9;
        height: 24px;
        text-align: left;
        width: 232px;
      }
      
    /*  END OF SECOND  */
    
    /*  THIRD  */
    
      .menu_third {
        margin: 5px 0px 5px 50px;
      }
      
      .menu_third td {
        height: 20px;
      }
      
    /*  END OF THIRD  */
    
    /*  FORTH  */
    
      .menu_forth {
        margin: 5px 0px 5px 10px;
      }
      
      td.forth_icon {
        width: 20px;
        height: 20px;
      }
      
      td.forth_text {
        text-align: left;
        width: 212px;
      }
    
    /*  END OF FORTH  */
    
    /*  FIFTH  */
    
      .menu_fifth {
        margin: 5px 0px 5px 10px;
      }
      
      td.fifth_icon {
        width: 15px;
        vertical-align: middle;
      }
      
      td.fifth_text {
        text-align: left;
        width: 192px;
      }
    
    /*  END OF FIFTH  */
    
    /*  SIX  */
    
      .menu_six {
        font-size: 10px;
        margin: 5px 0px 5px 5px;
      }
      
      td.six_icon {
        width: 15px;
        vertical-align: top;
      }
      
      td.six_text {
        text-align: left;
        width: 192px;
      }
      
    
    /*  END OF SIX  */
    
  /*  END OF MENU  */
    
/*  END OF CONTENT_LEFT


/* /////////////////////////////////////////////////////////////////////////////////////


/*  CONTENT RIGHT  */
  
  p.banner_right {
    text-align: center;
    padding-top: 15px;
  }
    
  td#content_right_text {
    line-height: 15px;
    padding-left: 15px;
    padding-right: 10px;
    background: url(/img/content_right_bg.gif) top right no-repeat;    
  }
  
  td.path {
    padding: 5px 0px 15px 0px;
  }
  
  td.path a {
    color: #B4744F;
    text-decoration: none;
  }  
  
  /*  FILES  */
    
    td.files_icon {
      height: 16px;
      padding-right: 5px;
      padding-top: 2px;
      width: 16px;
      vertical-align: top;
    }
    
    td.files_space {
      height: 7px;
      line-height: 7px;
    }
    
    td.files_text {
      background-color: #fcf6e8;
      font-size: 10px;
      padding: 2px 5px 4px 5px;
      width: 100%;
    }
    
    td.files_text a {
      color: #723e0f;
      text-decoration: none;
    }
    
    td.files_text a:hover {
      text-decoration: underline;
    }
    
  /*  END OF FILES  */
  
  /*  NAVI  */
  
    table#navi_top a {
      text-decoration: none;    
    }
    
    table#navi_top a:hover {
      color: #CF3E2B;
      text-decoration: none;    
    }
  
  /*  END OF NAVI  */
  
  /*  NEWS  */
  
    p.more {
      text-align: right;
    }
    
    p.more a {
      color: #cb3c2e;
      font-size: 10px;
      text-decoration: none;
    }
    
    p.more a:hover {
      text-decoration: underline;
    }
  
  /*  END OF NEWS  */
  
  /*  TABLES  */
    
    table.table_data {
      width: 100%;
    }
    
    table.table_data tr.head_table_data td {
      background-color: #cf3e2b;
      border-bottom: 3px solid #fff;
      color: #fff;
      font-weight: bold;
      height: 25px;
      padding: 0px 5px;
    }
    
    table.table_data tr.head_table_data p {
      color: #fff;
    }
    
    table.table_data td {
      background-color: #f6e7ca;
      border-bottom: 3px solid #fff;
      color: #733a0f;
      padding: 2px 10px 4px 10px;
    }
    
  /*  END OF TABLES  */
  
  /* TABLE DATA - QUOTATION CHART */
    table.table_chart {
      width: 100%;
    }
    
    
    table.table_chart td {
      background-color: #ffffff;
      border-bottom: 3px solid #fff;
      color: #733a0f;
      padding: 2px 10px 4px 10px;
    }  
    /* END TABLE DATA - QUOTATION CHART */
    
/*  END OF CONTENT RIGHT TEXT  */


/* /////////////////////////////////////////////////////////////////////////////////////


/*  FOOTER  */

  table#footer {
    width: 898px;
    margin: 0px auto;
    border: 0px;
    margin-top: 20px;
  }
  
  table#footer a {
    text-decoration: none;
  }
  
  table#footer a:hover {
    color: #CF3E2B;
    text-decoration: none;
  }
  
  .footer_copyright {
    font-size: 10px;
    text-align: right;
    color: #D8CBBF;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  
  .footer_navi {
    border-top: 1px solid #F5E0C2;
    border-bottom: 10px solid #f0d7a7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .footer_navi table {
    width: 100%;
    height: 100%;
  }
  
  .footer_navi img {
    padding-left: 5px;
  }
  
/*  END OF FOTER NAVI */


/* /////////////////////////////////////////////////////////////////////////////////////


/*  MAIN  */



/*  END OF MAIN  */

.photoContainer {
  height: 420px;
  overflow-y: scroll;
}
.footer_navi2 {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_navi3 {
	border-top: 1px solid #F5E0C2;
	border-bottom: 10px solid #f0d7a7;
	height: 49px;
}
