body { background-color: #eee; text-align: center; font-family: arial; text-decoration: none; color: #666 }

body a:link    { text-decoration: none; color: #666 }
body a:visited { text-decoration: none; color: #666 }
body a:active  { text-decoration: none; color: #666 }
body a:hover   { text-decoration: none; color: #666 }

div.cont_page     { margin: auto; padding: 60px 0 15px 0; width: 100%; min-width: 300px; height: 100% }
div.cont_page p   { margin: auto; padding: 0 0 0 0}
div.cont_page h1  { font-weight: normal; font-size: 20px; width:  60%; margin: auto }
div.cont_page h2  { font-weight: normal; font-size: 16px; width:  60%; margin: auto }
div.cont_page h3  { font-weight: normal; font-size: 10px; width:  60%; margin: auto }
div.cont_page h4  { font-weight: normal; font-size:  8px; width:  60%; margin: auto }
div.cont_page h5  { font-weight: normal; font-size: 20px; width: 100%; margin: auto; color: #bbb }
div.cont_page h6  { font-weight: normal; font-size: 20px; width: 100%; margin: auto; color: #666 }

div.cont_page h2_link  { font-weight: normal; font-size: 16px; width:  60%; margin: auto; color: #28b }

div.cont_page a img.home_page { width: 640px; height: 360px; padding: 0px  0px 0px  0px }
div.cont_page a img.larg_butn { width: 212px; height: 128px; padding: 0px  0px 0px  0px }
div.cont_page a img.proj_titl { width: 120px; height:  90px; padding: 5px  5px 5px  5px }
div.cont_page a img.indx_imag {                              padding: 5px  5px 5px  5px }
div.cont_page a img.proj_imag {                              padding: 0px  0px 0px  0px }
div.cont_page a img.arow_sngl { width:  90px; height:  15px; padding: 0px  0px 0px  0px }
div.cont_page a img.arow_dubl { width: 120px; height:  40px; padding: 0px  0px 0px  0px }
div.cont_page a img.arow_imag { width:  30px; height:  82px; padding: 0px  0px 0px  0px }

div.nav_bar a img.menu_item { width: 150px; height: 50px; padding: 0px 0px 0px 0px }

div.credit_wrap { width: 600px; margin: 0 auto; text-align: left }
div.credit_left { width: 300px; float: left; font-weight: normal; font-size: 16px }
div.credit_rite { width: 300px; float: left; font-weight: normal; font-size: 16px  }

.floating-box {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.shh, a:hover span { display: none;   width: 200px; padding: 0px 0px 0px 0px; margin: 0 }
a:hover .shh       { display: inline; width: 200px; padding: 0px 0px 0px 0px; margin: 0 }

nav {
    background-color: #eee;
    position: absolute; left: 0px;
    box-shadow: 0px 12px 12px 6px rgba(240, 240, 240, 1);
    display: block;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
}

nav ul{
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0;
    display: inline-block;
}

