

    html, body { height: 100%; width: 100%; margin: 0; }
    html { overflow-y: scroll; }
    body { background-color: #000; color: #767676; font-family: arial; font-size: 14px; }
    div { cursor: default; }
    
    a { text-decoration: none; }
    a:hover { text-decoration: underline; }
        
    div.logo-div { width: 184px; height: 80px; background-image: url(img/logo.gif); margin-top: 50px;}
    
    div.services { width: 640px; text-align: left;}
    div.services a { margin-right: 22px; }
    
    div.menu { height: 21px; width: 71px; background-color: #868686; margin-right: 6px; float: left; 
                text-align: center; padding-top: 150px; color: #000; cursor: pointer; }
    div.menu-selected { cursor: default; }
    div.menu-last { margin-right: 0px; }
    
    div.img_all { width: 675px; }
    div.img_left { background-position: top right; background-repeat: no-repeat; width: 35px; height: 313px; float:left; }
    
    
    button, textarea.text, input.text, input.ltext { background-color: #555; border: solid 1px #fff; }
    
    textarea.text { height:100px; width:250px; }
    input.text { width: 250px; }
    input.ltext { width: 625px; }
    
    input:focus, textarea:focus { border: solid 1px #0000ff; } 
    
    
    h1 { font-size: 14px; }
    h2 { font-size: 16px; }
    
    
    /* index */
    div.photo-label { color: #000; width: 97px; text-align: center; margin-bottom: 2px; }
    div.photo-frame { background-image: url(img/photoframe.gif); width: 104px; height: 104px; }
    div.photo { width: 97px; height: 98px; background-repeat: no-repeat; background-position: 0px 1px; margin-top: 0px; margin-left: 1px; }
    
    div.news-date { color: #62b3f2; font-weight: bold; font-size: 12px; margin-top: 10px; }
    div.news-item { margin-top: 2px; font-size: 12px; }
    
  
    /* services */
    div.services-right { padding-top: 28px; margin-left: 55px; width: 233px; color: #000; }
    div.services-right p { margin: 0px; margin-bottom: 24px; }
    div.services-right a { color: #000; }

