
html { width: 100%; height: 101%; }

	body {
		background-color: #ffffff;
		margin: 0;
		padding: 0;
	}

/* ===================================================================================== */

   #head {
      position: fixed;  
      top: 35px; padding: 10px 0;
      width: 100%; height: 60px;
      background-color: ;
      border-bottom: 1px dashed ;
      z-index: 900;   
   }

         #logobox:hover { cursor: pointer; }

   #headbox {
      position: relative;
      padding: 6px 0 3px 0; 
      overflow: hidden; 
      width: auto; 
      background-color: #000000;
   }

      .imgbox {
         position: relative;
         float: left; 
         width: 33.333%;
      }

      .imgbox img { width: 100%; }

   #addressbox {
      position: relative; 
      margin: 25px auto;
      padding: 25px 0;  
      width: 800px;
      text-align: center;
      border-bottom: 1px solid #000000;  
   }


   #logobox {
      position: relative;
      margin: 40px auto; 
      width: 236px; height: 79px; 
   }


   /* SITE BORDERS ================================================== */

   #top, #bottom, #left, #right {
      position: fixed;
      background-color: #f6A117; 
      z-index: 999; 
   }
    
      #left, #right {
         top: 0; bottom: 0;
         width: 18px;
      }
          
      #top, #bottom {
         left: 0; right: 0;
         height: 18px;
      }
      
      #top { top: 0; }
      #bottom { bottom: 0; }

      #left { left: 0; }
      #right { right: 0; }
