body{font-family: helvetica,arial;
     font-style: normal;
     font-weight: normal;
     background-color: #f1dca7;
}

div.title{
     font-family: courier;
     font-style: normal;
     font-weight: bold;
     font-size: 60px;
     color: #000000;
     position: fixed;
     left: 5px;
     top: 5px;
}

ul.menu1{
     padding:0;
     margin:0;
     position:absolute;
     left: 10px;
     top: 80px;
}

li.menu1_act{
     top:80px;
     background-color: #d1bc67;
     padding-left:2px;
     padding-right:2px;
     cursor: pointer;
     display:inline;
}

li.menu1_no{
     top:80px;
     background-color: #e1cc77;
     padding-left:2px;
     padding-right:2px;
     cursor: pointer;
     display:inline;
}

ul.lang{
     padding:0;
     margin:0;
     list-style-type:none;
     position: fixed;
     right: 10px;
     top: 15px;
}

li.lang{
     display:inline;
     cursor: pointer;
}

img.lang{
     height:60px;
     border:0;
}

img.w3c{
     height:31px;
     border:0;
}

img.tech{
     height:62px;
     border:0;
     position:fixed;
}

img.tick{
     height:1em;
     border:0;
     padding-right:2px;
     position:relative;
     bottom:-1px;
}

img.face{
     height:150px;
     border:0;
     position: fixed;
     right: 10px;
     bottom: 15px;
}

hr{
     position:fixed;
     top:100px;
     left: 10px;
     right: 10px;
}

ul.menu2{
     padding:0;
     margin:0;
     list-style-type:none;
     position: fixed;
     left: 10px;
     top: 150px;
}

li.menu2_act{
     padding-left:2px;
     padding-right:2px;
     background-color: #d1bc67;
     cursor: pointer;
}

li.menu2_no{
     padding-left:2px;
     padding-right:2px;
     background-color: #e1cc77;
     cursor: pointer;
}

li.menu3_act{
     font-size:12px;
     padding-left:12px;
     padding-right:2px;
     background-color: #d1bc67;
     cursor: pointer;
}

li.menu3_no{
     font-size:12px;
     padding-left:12px;
     padding-right:2px;
     background-color: #e1cc77;
     cursor: pointer;
}

div.content{
     position: fixed;
     overflow: auto;
     left: 240px;
     top: 120px;
     bottom: 5px;
     right: 5px;
}

ul.menu3{
     padding:0;
     margin:0;
     list-style-type:none;
     position:relative;
     top:0px;
     left:0px;
}

li.menu3{
     padding-left:2px;
     padding-right:2px;
}

a:link{text-decoration:none;
     font-family: helvetica,arial;
     font-style: normal;
     font-weight: normal;
}
a:visited{text-decoration:none;
     font-family: helvetica,arial;
     font-style: normal;
     font-weight: normal;
}
tr{vertical-align: top;}
td{font-family: helvetica,arial;
     font-style: normal;
     font-weight: normal;
}
